Tumblr Tag
Post your list of favorite tags on Tumblr in one click.
What is Tumblr Tag?
Tumblr Tag is a Chrome extension developed by james.bechet, and its main feature is "Post your list of favorite tags on Tumblr in one click.".
Extension Screenshots
Download Tumblr Tag Extension CRX File
Download Tumblr Tag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Tumblr Tag |
ID | cmbakfeanhaniakabiiabhdjkhgbbdmp |
Official URL | https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp |
Description | Post your list of favorite tags on Tumblr in one click. |
File Size | 152 KB |
Installation Count | 1,507 |
Current Version | 3.5.6 |
Last Updated | 2023-06-25 |
Publish Date | 2020-04-05 |
Rating | 4.29/5 Total 55 Ratings |
Developer | james.bechet |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jamesbechet/tumbTag |
Help Page URL | https://github.com/jamesbechet/tumbTag |
Supported Languages | 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" ] } ] } |