Tumblr Underline
This extension adds a native underline to links on the Tumblr dashboard
Tumblr Underlineคืออะไร?
Tumblr Underline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EmandM และคุณลักษณะหลักของมันคือ "This extension adds a native underline to links on the Tumblr dashboard"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Underline
ดาวน์โหลดไฟล์ส่วนขยาย Tumblr Underline ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Tumblr dashboard uses a custom underline on their links. This extension changes that to a native css underline as the custom underline can stop working on some machines. The custom underline is not affected so you can disable this extension when Tumblr's underline starts working again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhnpajefcgeoffljbjbgabpcigmaedbo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo |
คำอธิบาย | This extension adds a native underline to links on the Tumblr dashboard |
ขนาดไฟล์ | 4.78 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2016-06-01 |
วันที่เผยแพร่ | 2016-06-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | EmandM |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tumblr Underline", "description": "This extension adds a native underline to links on the Tumblr dashboard", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/www.tumblr.com\/*" ], "css": [ "underline.css" ] } ], "web_accessible_resources": [ "underline.css" ], "permissions": [ "https:\/\/www.tumblr.com\/*" ], "icons": { "128": "tumblrUnderline.png" } } |