Archive.isifier

Adds archive.is-content to contextmenu

Archive.isifierとは何ですか?

Archive.isifierはGstarによって開発されたChromeの拡張機能で、その主な機能は「Adds archive.is-content to contextmenu」です。

拡張機能のスクリーンショット

screenshot
screenshot

Archive.isifier拡張機能のCRXファイルをダウンロード

Archive.isifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Archive.isifier Archive.isifier
ID mcpaaodjfngbeolmaaobjmoefnafljkc
公式URL https://chromewebstore.google.com/detail/archiveisifier/mcpaaodjfngbeolmaaobjmoefnafljkc
説明 Adds archive.is-content to contextmenu
ファイルサイズ 415 KB
インストール数 129
現在のバージョン 1.1.0
最終更新日 2017-11-11
公開日 2017-11-11
評価 1.00/5 合計 1 レビュー
開発者 Gstar
支払い方法 free
対応言語 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\/"
    ]
}