Tumblr Tag
Post your list of favorite tags on Tumblr in one click.
什麼是Tumblr Tag?
Tumblr Tag是由james.bechet開發的Chrome擴展程式,該擴展的主要功能是“Post your list of favorite tags on Tumblr in one click.”。
擴展截圖
下載Tumblr Tag擴展crx文件
下載Tumblr Tag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Tumblr Tag |
ID | cmbakfeanhaniakabiiabhdjkhgbbdmp |
官方網址 | https://chromewebstore.google.com/detail/tumblr-tag/cmbakfeanhaniakabiiabhdjkhgbbdmp |
簡介 | Post your list of favorite tags on Tumblr in one click. |
檔案大小 | 152 KB |
安裝次數 | 1,507 |
目前版本 | 3.5.6 |
更新時間 | 2023-06-25 |
上架時間 | 2020-04-05 |
評分 | 4.29/5 共 55 次評分 |
開發者 | james.bechet |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/jamesbechet/tumbTag |
說明頁面URL | https://github.com/jamesbechet/tumbTag |
支援的語言 | 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" ] } ] } |