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.

O que é Send to Internet Archive?

Send to Internet Archive é uma extensão do Chrome desenvolvida por Aaron Lenoir, e sua principal característica é "Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Send to Internet Archive

Baixe arquivos de extensão Send to Internet Archive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Send to Internet Archive Send to Internet Archive
ID bahemchapiecnbbljjmnjkpneaphcncl
URL Oficial https://chromewebstore.google.com/detail/send-to-internet-archive/bahemchapiecnbbljjmnjkpneaphcncl
Descrição Saves the current web page as it appears now to the Internet Archive for use as a trusted citation in the future.
Tamanho do Arquivo 14.06 KB
Contagem de Instalações 57
Versão Atual 2.0.0
Última Atualização 2019-10-18
Data de Publicação 2019-10-18
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Aaron Lenoir
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AaronLenoir/SendToArchive
URL da Página de Ajuda https://github.com/AaronLenoir/SendToArchive/issues
Idiomas Suportados 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
    }
}