Archive Webpage

Archive Webpage

A simple one-click button to archive webpages on archive.ph and the Internet Archive Wayback Machine. Ever wanted to visit a…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Archive Webpage",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_title": "Archive webpage to archive.ph & Wayback Machine"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "version": "1.0.0.0"
}