Tumblr Tag
Post your list of favorite tags on Tumblr in one click.
Cos'è Tumblr Tag?
Tumblr Tag è un'estensione di Chrome sviluppata da james.bechet, e la sua funzione principale è "Post your list of favorite tags on Tumblr in one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tumblr Tag
Scarica i file di estensione Tumblr Tag 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
Tumblr Tag v3: Add and Edit your Tumblr tags This chrome extension will help you do more in less time. Add and edit your lists of tags on Tumblr with ease. Simple and efficient. New features: - You can now edit your lists of tags by clicking on a list while the editor is opened. - Lists are alphabetical ordered.
Informazioni di Base sull'Estensione
Nome | Tumblr Tag |
ID | cmbakfeanhaniakabiiabhdjkhgbbdmp |
URL Ufficiale | https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp |
Descrizione | Post your list of favorite tags on Tumblr in one click. |
Dimensione del File | 152 KB |
Conteggio Installazioni | 1,507 |
Versione Corrente | 3.5.6 |
Ultimo Aggiornamento | 2023-06-25 |
Data di Pubblicazione | 2020-04-05 |
Valutazione | 4.29/5 Totale 55 Valutazioni |
Sviluppatore | james.bechet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jamesbechet/tumbTag |
URL della Pagina di Aiuto | https://github.com/jamesbechet/tumbTag |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Tag", "short_name": "tumbtag", "description": "Post your list of favorite tags on Tumblr in one click.", "version": "3.5.6", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "all_frames": true, "js": [ "jquery-3.1.1.min.js", "content.js" ] } ] } |