Color Changer
Change the current page color
Color Changerคืออะไร?
Color Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cleandesk.info และคุณลักษณะหลักของมันคือ "Change the current page color"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Changer
ดาวน์โหลดไฟล์ส่วนขยาย Color Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps. You can fire up the color changer from here, instead of pinned tabs or the address bar. Go forth and take pictures!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gdolkoaggoefghmnahegdiahpmijjmea |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea |
คำอธิบาย | Change the current page color |
ขนาดไฟล์ | 4.08 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-08-25 |
วันที่เผยแพร่ | 2016-08-23 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://cleandesk.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://cleandesk.info/privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Changer", "description": "Change the current page color", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Set this page's color.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |