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 |
公式URL | 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 |
Eメール | [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" ] } ] } |