Send to Internet Archive

Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.

什麼是Send to Internet Archive?

Send to Internet Archive是由Aaron Lenoir開發的Chrome擴展程式,該擴展的主要功能是“Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.”。

擴展截圖

screenshot

下載Send to Internet Archive擴展crx文件

下載Send to Internet Archive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.

Please consider donating to the Internet Archive: https://archive.org/donate                    

擴展基本資訊

名稱 Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
官方網址 https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
簡介 Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
檔案大小 14.06 KB
安裝次數 57
目前版本 2.0.0
更新時間 2019-10-18
上架時間 2019-10-18
評分 5.00/5 共 1 次評分
開發者 Aaron Lenoir
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/AaronLenoir/SendToArchive
說明頁面URL https://github.com/AaronLenoir/SendToArchive/issues
支援的語言 en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Aaron Lenoir",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "2.0.0",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/AaronLenoir\/SendToArchive",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/add_doc_16.png",
        "20": "icons\/add_doc_20.png",
        "48": "icons\/add_doc_48.png",
        "64": "icons\/add_doc_64.png",
        "128": "icons\/add_doc_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/add_doc_16.png",
            "20": "icons\/add_doc_20.png",
            "48": "icons\/add_doc_48.png",
            "64": "icons\/add_doc_64.png",
            "128": "icons\/add_doc_128.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "background_scripts\/background.js"
        ],
        "persistent": false
    }
}