Tumblr – Post to Tumblr
Post to Tumblr right from your browser toolbar!
Cos'è Tumblr – Post to Tumblr?
Tumblr – Post to Tumblr è un'estensione di Chrome sviluppata da https://tumblr.com, e la sua funzione principale è "Post to Tumblr right from your browser toolbar!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tumblr – Post to Tumblr
Scarica i file di estensione Tumblr – Post to Tumblr 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
Collect anything on Tumblr. • Save inspiration from anywhere on the web • Quickly reblog photos, links, and text • Add tags for easy discovery The fastest way to make moodboards, add to a visual archive, and collect your favorite things all in one click. Tag your posts to instantly connect with Tumblr's built-in community or save inspiration just for you. To get started, sign in or sign up for a free Tumblr account on www.tumblr.com.
Informazioni di Base sull'Estensione
Nome | Tumblr – Post to Tumblr |
ID | ffnhmkgpdmkajhomnckhabkfeakhcamm |
URL Ufficiale | https://chromewebstore.google.com/detail/tumblr-%E2%80%93-post-to-tumblr/ffnhmkgpdmkajhomnckhabkfeakhcamm |
Descrizione | Post to Tumblr right from your browser toolbar! |
Dimensione del File | 23.16 KB |
Conteggio Installazioni | 10,021 |
Versione Corrente | 2.3.2 |
Ultimo Aggiornamento | 2022-06-01 |
Data di Pubblicazione | 2020-06-18 |
Valutazione | 3.64/5 Totale 14 Valutazioni |
Sviluppatore | https://tumblr.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tumblr.com |
URL della Pagina di Aiuto | https://help.tumblr.com |
URL della Pagina della Politica sulla Privacy | https://www.tumblr.com/privacy |
Lingue Supportate | id,de,en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "2.3.2", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "__MSG_actionTitle__", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } }, "background": { "scripts": [ "lib\/browser-polyfill.min.js", "background.js" ] }, "homepage_url": "https:\/\/www.tumblr.com", "minimum_chrome_version": "55", "permissions": [ "activeTab", "contextMenus" ] } |