Save URL to Wayback Machine

This extension allows you to save the current webpage to the Wayback Machine.

Save URL to Wayback Machineとは何ですか?

Save URL to Wayback MachineはPierre Rudloffによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to save the current webpage to the Wayback Machine.」です。

Save URL to Wayback Machine拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Save URL to Wayback Machine Save URL to Wayback Machine
ID eakeomomnnhlgnfegcgmgelmdpfaeegd
公式URL https://chrome.google.com/webstore/detail/save-url-to-wayback-machi/eakeomomnnhlgnfegcgmgelmdpfaeegd
説明 This extension allows you to save the current webpage to the Wayback Machine.
ファイルサイズ 24.03 KB
インストール数 71
現在のバージョン 0.1.0
最終更新日 2016-07-16
公開日 2016-07-16
開発者 Pierre Rudloff
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Rudloff/wayback-machine-chrome/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save URL to Wayback Machine",
    "short_name": "Wayback Machine",
    "description": "This extension allows you to save the current webpage to the Wayback Machine.",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "\/img\/archive-icon-64.png",
        "default_title": "Save to Wayback Machine"
    },
    "icons": {
        "16": "\/img\/archive-icon-16.png",
        "32": "\/img\/archive-icon-32.png",
        "64": "\/img\/archive-icon-64.png",
        "128": "\/img\/archive-icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/Rudloff\/wayback-machine-chrome",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "wayback.js"
        ]
    }
}