Tumblr – Post to Tumblr
Post to Tumblr right from your browser toolbar!
Was ist Tumblr – Post to Tumblr?
Tumblr – Post to Tumblr ist eine Chrome-Erweiterung, die von https://tumblr.com entwickelt wurde, und ihr Hauptmerkmal ist "Post to Tumblr right from your browser toolbar!".
Erweiterungsscreenshots
Tumblr – Post to Tumblr-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tumblr – Post to Tumblr-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tumblr – Post to Tumblr |
ID | ffnhmkgpdmkajhomnckhabkfeakhcamm |
Offizielle URL | https://chromewebstore.google.com/detail/tumblr-%E2%80%93-post-to-tumblr/ffnhmkgpdmkajhomnckhabkfeakhcamm |
Beschreibung | Post to Tumblr right from your browser toolbar! |
Dateigröße | 23.16 KB |
Installationsanzahl | 10,021 |
Aktuelle Version | 2.3.2 |
Letztes Update | 2022-06-01 |
Veröffentlichungsdatum | 2020-06-18 |
Bewertung | 3.64/5 Insgesamt 14 Bewertungen |
Entwickler | https://tumblr.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.tumblr.com |
Hilfeseite URL | https://help.tumblr.com |
URL der Datenschutzrichtlinien-Seite | https://www.tumblr.com/privacy |
Unterstützte Sprachen | 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" ] } |