#wrap
View all tags on a Tumblr post without clicking “see all”
#wrapคืออะไร?
#wrap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "View all tags on a Tumblr post without clicking “see all”"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย #wrap
ดาวน์โหลดไฟล์ส่วนขยาย #wrap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Reverting Tumblr’s awful design choices, one at a time. Up to date, despite old screenshots.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | #wrap |
ID | nbcgkdilbhnnoemimofnknocbkpldobi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wrap/nbcgkdilbhnnoemimofnknocbkpldobi |
คำอธิบาย | View all tags on a Tumblr post without clicking “see all” |
ขนาดไฟล์ | 5.71 KB |
จำนวนการติดตั้ง | 3,775 |
เวอร์ชันปัจจุบัน | 3.0.0 |
อัปเดตครั้งล่าสุด | 2018-04-23 |
วันที่เผยแพร่ | 2018-04-23 |
คะแนน | 4.68/5 รวมทั้งหมด 80 คะแนน |
ผู้พัฒนา | becca.ooo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "#wrap", "version": "3.0.0", "manifest_version": 2, "description": "View all tags on a Tumblr post without clicking \u201csee all\u201d", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/tumblr.com\/dashboard\/*", "*:\/\/www.tumblr.com\/dashboard\/*" ], "css": [ "main.css" ] } ] } |