WebArchive

Check this Web page on WebArchive.

What is WebArchive?

WebArchive is a Chrome extension developed by http://edutainment-fun.com, and its main feature is "Check this Web page on WebArchive.".

Download WebArchive Extension CRX File

Download WebArchive 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

                        Check this Web page on WebArchive site.
(www.webarchive.org)

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

Extension Basic Information

Name WebArchive WebArchive
ID keklmionaaaclgemhidflekdiaogglgk
Official URL https://chrome.google.com/webstore/detail/webarchive/keklmionaaaclgemhidflekdiaogglgk
Description Check this Web page on WebArchive.
File Size 6.01 KB
Installation Count 230
Current Version 1.0
Last Updated 2018-01-27
Publish Date 2018-01-27
Rating 4.00/5 Total 1 Ratings
Developer http://edutainment-fun.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Check this Web page on WebArchive.",
    "manifest_version": 2,
    "name": "WebArchive",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "32": "icons\/parthenon.png",
        "64": "icons\/parthenon64.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/parthenon64.png"
        }
    }
}