Wayback Machine Auto-Archiver

Automatically Archive Pages.

Wayback Machine Auto-Archiverとは何ですか?

Wayback Machine Auto-Archiverはjacobkotrlaによって開発されたChromeの拡張機能で、その主な機能は「Automatically Archive Pages.」です。

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

Wayback Machine Auto-Archiver拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is the app I made for the Congressional App Challenge 2018. It automatically archives every webpage you visit using the Wayback Machine by the Internet Archive.

In order archive web pages, the extension needs to see which pages you visit, which enables it to log your browsing history. These URLs are only sent to the Internet Archive for archival, and the Internet Archive may log your IP address.

The icon that displays in the toolbar once the extension is installed is from http://freeicons.io/                    

拡張機能の基本情報

名前 Wayback Machine Auto-Archiver Wayback Machine Auto-Archiver
ID klnimjpfkfcfdllnbmmhjjomcmciepkk
公式URL https://chromewebstore.google.com/detail/wayback-machine-auto-arch/klnimjpfkfcfdllnbmmhjjomcmciepkk
説明 Automatically Archive Pages.
ファイルサイズ 34.71 KB
インストール数 1,190
現在のバージョン 0.3.3
最終更新日 2022-07-24
公開日 2018-10-17
評価 4.11/5 合計 19 レビュー
開発者 jacobkotrla
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/jacobkotrla/chrome-store-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback Machine Auto-Archiver",
    "version": "0.3.3",
    "description": "Automatically Archive Pages.",
    "permissions": [
        "https:\/\/web.archive.org\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}