Archive.isifier

Adds archive.is-content to contextmenu

What is Archive.isifier?

Archive.isifier is a Chrome extension developed by Gstar, and its main feature is "Adds archive.is-content to contextmenu".

Extension Screenshots

screenshot
screenshot

Download Archive.isifier Extension CRX File

Download Archive.isifier 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

                        This extension allows users to right click urls and
- archive the link with archive.is
- archive the link and copy archive.is-link to clipboard
- show all archived versions of link
- show real URL (if right clicked archive.is/fo-link)
- open selected url on archive.is (urls that are not a-tags)
- open current page on archive.is                    

Extension Basic Information

Name Archive.isifier Archive.isifier
ID mcpaaodjfngbeolmaaobjmoefnafljkc
Official URL https://chromewebstore.google.com/detail/archiveisifier/mcpaaodjfngbeolmaaobjmoefnafljkc
Description Adds archive.is-content to contextmenu
File Size 415 KB
Installation Count 129
Current Version 1.1.0
Last Updated 2017-11-11
Publish Date 2017-11-11
Rating 1.00/5 Total 1 Ratings
Developer Gstar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Archive.isifier",
    "description": "Adds archive.is-content to contextmenu",
    "version": "1.1.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "main.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.min.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "*:\/\/archive.is\/",
        "*:\/\/archive.fo\/"
    ]
}