Change content color
Double click any region in a webpage where you want to make its color warm.
Change content colorคืออะไร?
Change content color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeff T. และคุณลักษณะหลักของมันคือ "Double click any region in a webpage where you want to make its color warm."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change content color
ดาวน์โหลดไฟล์ส่วนขยาย Change content color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For making eyes more comfortable during web surfing, with the extension you can change the background color from white to a warm color for most webpages. Just double click any region where you want to change color in a webpage. * Some webpages whose content color can not be changed because they may be defended with high security and not allow general script to change them. Change log: v1.1 - Urls support ftp now. v1.2 - More areas can be changed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Change content color |
ID | llidcihmjceniojdhhdnejnbbjdepphi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/change-content-color/llidcihmjceniojdhhdnejnbbjdepphi |
คำอธิบาย | Double click any region in a webpage where you want to make its color warm. |
ขนาดไฟล์ | 92.63 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-01-10 |
วันที่เผยแพร่ | 2017-01-10 |
คะแนน | 3.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Jeff T. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change content color", "description": "Double click any region in a webpage where you want to make its color warm.", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "ftp:\/\/*\/*" ], "js": [ "jquery-1.11.3.js", "bg_change.js", "background.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background2.js" ], "persistent": false }, "page_action": { "default_title": "Change content color", "default_icon": "paint-brush-128.png" }, "manifest_version": 2, "icons": { "64": "paint-brush-128.png" } } |