Selection Colors
Change the font color and background color of selected text.
Selection Colorsคืออะไร?
Selection Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob Bennett และคุณลักษณะหลักของมันคือ "Change the font color and background color of selected text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selection Colors
ดาวน์โหลดไฟล์ส่วนขยาย Selection Colors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The standard dark blue highlight and white text is horrible and hard to read. With this extension, you can easily change the selection effects to be more readable and beautiful. Use Selection Colors to make your browsing experience even better. Custom Selection Color: Pick any color and transparency, refresh each tab, and select text Instructions: 1. Open the options for this extension 2. Pick a color (recommended: default settings & only change the background hue) 3. Refresh each web page 4. Select text to see the new colors Options: Background color Text color Storage Sync: Options saved for use on any computer
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Selection Colors |
ID | fmmdobdphciajmkcmomkofkhpmhhajbg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/selection-colors/fmmdobdphciajmkcmomkofkhpmhhajbg |
คำอธิบาย | Change the font color and background color of selected text. |
ขนาดไฟล์ | 113 KB |
จำนวนการติดตั้ง | 2,725 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2023-08-28 |
วันที่เผยแพร่ | 2019-10-30 |
คะแนน | 4.21/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Rob Bennett |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/RobbyCBennett/SelectionColors |
URL หน้านโยบายความเป็นส่วนตัว | https://gist.github.com/RobbyCBennett/764d8f497f678c91d13ecb2ef38d8915 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Selection Colors", "short_name": "Selection Colors", "description": "Change the font color and background color of selected text.", "author": "Robby Bennett", "icons": { "16": "\/assets\/icon16.png", "32": "\/assets\/icon32.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "version": "3.0", "action": { "default_icon": "\/assets\/icon128.png", "default_popup": "\/options\/options.html#popup" }, "options_ui": { "page": "\/options\/options.html", "open_in_tab": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |