The Altening Saver - Unofficial
Log 'Generate Alt' button clicks into a txt
Cos'è The Altening Saver - Unofficial?
The Altening Saver - Unofficial è un'estensione di Chrome sviluppata da Intent, e la sua funzione principale è "Log 'Generate Alt' button clicks into a txt".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Altening Saver - Unofficial
Scarica i file di estensione The Altening Saver - Unofficial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ggdfagoidfaekenhaeofhcpkkhfakijl |
URL Ufficiale | https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl |
Descrizione | Log 'Generate Alt' button clicks into a txt |
Dimensione del File | 81.74 KB |
Conteggio Installazioni | 241 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-09-18 |
Data di Pubblicazione | 2019-09-18 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Intent |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |