The Altening Saver - Unofficial

Log 'Generate Alt' button clicks into a txt

Co je The Altening Saver - Unofficial?

The Altening Saver - Unofficial je rozšíření Chrome vyvinuté Intent, a jeho hlavní funkcí je „Log 'Generate Alt' button clicks into a txt“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Altening Saver - Unofficial

Stáhněte si soubory rozšíření The Altening Saver - Unofficial 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í

                        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.                    

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

Název The Altening Saver - Unofficial The Altening Saver - Unofficial
ID ggdfagoidfaekenhaeofhcpkkhfakijl
Oficiální URL https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl
Popis Log 'Generate Alt' button clicks into a txt
Velikost souboru 81.74 KB
Počet instalací 241
Aktuální Verze 1.0
Poslední Aktualizace 2019-09-18
Datum Vydání 2019-09-18
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Intent
Typ Platby free
Podporované Jazyky 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\/"
    ]
}