Tumblr Titles
Changes Tumblr tabs' titles to things that make sense.
Tumblr Titlesคืออะไร?
Tumblr Titles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "Changes Tumblr tabs' titles to things that make sense."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Titles
ดาวน์โหลดไฟล์ส่วนขยาย Tumblr Titles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces Tumblr’s tab titles with actual descriptions of the tab, so that you know which is which!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tumblr Titles |
ID | dflmgglllgebfghgjdgnmdhpebbdkejj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tumblr-titles/dflmgglllgebfghgjdgnmdhpebbdkejj |
คำอธิบาย | Changes Tumblr tabs' titles to things that make sense. |
ขนาดไฟล์ | 6.24 KB |
จำนวนการติดตั้ง | 138 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2015-05-28 |
วันที่เผยแพร่ | 2015-05-28 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | becca.ooo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Titles", "short_name": "Tumblr Titles", "version": "1.1.1", "author": "9999yea.rs", "description": "Changes Tumblr tabs' titles to things that make sense.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.tumblr.com\/*", "*:\/\/tumblr.com\/*" ], "js": [ "main.js" ] } ], "offline_enabled": true } |