The Altening Saver - Unofficial
Log 'Generate Alt' button clicks into a txt
Qu'est-ce que The Altening Saver - Unofficial ?
The Altening Saver - Unofficial est une extension Chrome développée par Intent, et sa fonction principale est "Log 'Generate Alt' button clicks into a txt".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The Altening Saver - Unofficial
Téléchargez les fichiers d'extension The Altening Saver - Unofficial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ggdfagoidfaekenhaeofhcpkkhfakijl |
URL Officiel | https://chromewebstore.google.com/detail/the-altening-saver-unoffi/ggdfagoidfaekenhaeofhcpkkhfakijl |
Description | Log 'Generate Alt' button clicks into a txt |
Taille du Fichier | 81.74 KB |
Nombre d'Installations | 241 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-09-18 |
Date de Publication | 2019-09-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Intent |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |