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.

Co je Send to Internet Archive?

Send to Internet Archive je rozšíření Chrome vyvinuté Aaron Lenoir, a jeho hlavní funkcí je „Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Send to Internet Archive

Stáhněte si soubory rozšíření Send to Internet Archive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
Oficiální URL https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
Popis Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Velikost souboru 14.06 KB
Počet instalací 57
Aktuální Verze 2.0.0
Poslední Aktualizace 2019-10-18
Datum Vydání 2019-10-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Aaron Lenoir
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/AaronLenoir/SendToArchive
URL Stránky Nápovědy https://github.com/AaronLenoir/SendToArchive/issues
Podporované Jazyky 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
    }
}