Web Archiver

Allows simple archiving of webpages to the Internet Archive.

What is Web Archiver?

Web Archiver is a Chrome extension developed by collections-service, and its main feature is "Allows simple archiving of webpages to the Internet Archive.".

Extension Screenshots

screenshot

Download Web Archiver Extension CRX File

Download Web Archiver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click the Internet Archive logo button and save the page on your screen to the Wayback Machine. (app made by Evan Amara)                    

Extension Basic Information

Name Web Archiver Web Archiver
ID gjpgpobcdndcdcidmgcmlphbomllapjp
Official URL https://chromewebstore.google.com/detail/web-archiver/gjpgpobcdndcdcidmgcmlphbomllapjp
Description Allows simple archiving of webpages to the Internet Archive.
File Size 10 KB
Installation Count 2,423
Current Version 1.1
Last Updated 2014-12-23
Publish Date 2014-12-23
Rating 4.60/5 Total 10 Ratings
Developer collections-service
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Archiver",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows simple archiving of webpages to the Internet Archive.",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Archive page",
        "default_popup": "archive.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "icon_128.png"
    }
}