Tumblr Tag
Post your list of favorite tags on Tumblr in one click.
Tumblr Tagคืออะไร?
Tumblr Tag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย james.bechet และคุณลักษณะหลักของมันคือ "Post your list of favorite tags on Tumblr in one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Tag
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |