Transparent
Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Transparentคืออะไร?
Transparent เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transparent
ดาวน์โหลดไฟล์ส่วนขยาย Transparent ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily view how an image would look on your blog or see hidden text written in white at full resolution!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | phkhgilamababakkmpaegfafbefhgfoe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe |
คำอธิบาย | Changes the background of images on the dash to blue when moused over to make viewing transparent images easier. |
ขนาดไฟล์ | 4.69 KB |
จำนวนการติดตั้ง | 376 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2014-11-08 |
วันที่เผยแพร่ | 2014-11-08 |
คะแนน | 2.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | becca.ooo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transparent", "version": "1.1.2", "manifest_version": 2, "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "css": [ "main.css" ] } ] } |