Tag Recovery
Retrieve text from DW forms
Cos'è Tag Recovery?
Tag Recovery è un'estensione di Chrome sviluppata da spitsfire, e la sua funzione principale è "Retrieve text from DW forms".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tag Recovery
Scarica i file di estensione Tag Recovery 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
Save and recover your tags, form data, for each username in all of your Dreamwidth role play communities. Please leave a review, boost it on Plurk, and send questions/concerns/feedback to [email protected], or leave an issue on the GitHub repo. ============ VERSION 1.0.1 ============ Saved records now display properly on thread pages in textareas on mouse over and revert to previous textarea value on mouse out.
Informazioni di Base sull'Estensione
Nome | Tag Recovery |
ID | pndobcmiekagakecokaakanabdifnhok |
URL Ufficiale | https://chromewebstore.google.com/detail/tag-recovery/pndobcmiekagakecokaakanabdifnhok |
Descrizione | Retrieve text from DW forms |
Dimensione del File | 1.5 MB |
Conteggio Installazioni | 275 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2024-02-05 |
Data di Pubblicazione | 2024-02-05 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | spitsfire |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tag-recovery.github.io/chrome-extension/ |
URL della Pagina di Aiuto | https://github.com/tag-recovery/chrome-extension/issues |
URL della Pagina della Politica sulla Privacy | https://tag-recovery.github.io/chrome-extension |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tag Recovery", "version": "1.0.1", "description": "Retrieve text from DW forms", "action": { "default_title": "Tag Recovery", "default_popup": "index.html", "default_icon": { "32": "src\/assets\/img\/Favicon-32x32.png", "36": "src\/assets\/img\/Favicon-32x32.png", "48": "src\/assets\/img\/Favicon-32x32.png" } }, "content_scripts": [ { "js": [ "assets\/icon.js-loader-9ad98588.js" ], "matches": [ "https:\/\/*.dreamwidth.org\/*" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.dreamwidth.org\/*" ], "resources": [ "src\/assets\/css\/styles.css", "assets\/icon.js-f43aaf95.js" ], "use_dynamic_url": true } ] } |