The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

O que é The Altening Saver - Unofficial?

The Altening Saver - Unofficial é uma extensão do Chrome desenvolvida por Intent, e sua principal característica é "Log 'Generate Alt' button clicks into a txt".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Altening Saver - Unofficial

Baixe arquivos de extensão The Altening Saver - Unofficial 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

                        With The Altening Saver, every time you generate an alt on the panel, it will be copied to a list that you can then view, and copy to clipboard by clicking the icon of this extension. The generated list conforms with the standard client account manager combo format, e.g. email:pass.                    

Informações Básicas da Extensão

Nome The Altening Saver - Unofficial The Altening Saver - Unofficial
ID ggdfagoidfaekenhaeofhcpkkhfakijl
URL Oficial https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl
Descrição Log 'Generate Alt' button clicks into a txt
Tamanho do Arquivo 81.74 KB
Contagem de Instalações 241
Versão Atual 1.0
Última Atualização 2019-09-18
Data de Publicação 2019-09-18
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Intent
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Altening Saver - Unofficial",
    "short_name": "The Altening Saver",
    "description": "Log 'Generate Alt' button clicks into a txt",
    "version": "1.0",
    "author": "Intent",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/panel.thealtening.com\/"
            ],
            "js": [
                "jquery.js",
                "inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "20": "20.png",
            "32": "32.png",
            "40": "40.png"
        },
        "default_title": "The Altening Saver",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/panel.thealtening.com\/"
    ]
}