Highlight Color
Change the default Highlight Color
Highlight Colorคืออะไร?
Highlight Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Partial Science และคุณลักษณะหลักของมันคือ "Change the default Highlight Color"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Highlight Color
ดาวน์โหลดไฟล์ส่วนขยาย Highlight Color ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks How to use Download the extension Click the Enabled Box Select the colors you want easily with your computers default color picker Then click "save changes" and the color will change It's that simple Version 3.0 Bug fixes PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Highlight Color |
ID | dllbflhpdeinobodaaibnojmgejkkjii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii |
คำอธิบาย | Change the default Highlight Color |
ขนาดไฟล์ | 863 KB |
จำนวนการติดตั้ง | 5,209 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2015-09-30 |
วันที่เผยแพร่ | 2015-09-30 |
คะแนน | 2.77/5 รวมทั้งหมด 70 คะแนน |
ผู้พัฒนา | Partial Science |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Highlight Color" }, "description": "Change the default Highlight Color", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Highlight Color", "version": "3.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |