Cursor Highlighter
Add a visual indicator to your mouse cursor for better visibility
Cursor Highlighterคืออะไร?
Cursor Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexander Lyon และคุณลักษณะหลักของมันคือ "Add a visual indicator to your mouse cursor for better visibility"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cursor Highlighter
ดาวน์โหลดไฟล์ส่วนขยาย Cursor Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a customizable visual indicator to your mouse cursor on any website. Whether to assist those who are visually impaired or for presentation/education purposes, this will make your cursor stand out!
Select one of the default colors, or use the built-in color picker to choose your own unique color to fit your personality! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | echjgnggfpiohepohkpfknhjbnccdjlo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cursor-highlighter/echjgnggfpiohepohkpfknhjbnccdjlo |
| คำอธิบาย | Add a visual indicator to your mouse cursor for better visibility |
| ขนาดไฟล์ | 60.86 KB |
| จำนวนการติดตั้ง | 11,158 |
| เวอร์ชันปัจจุบัน | 2.1.0 |
| อัปเดตครั้งล่าสุด | 2022-08-08 |
| วันที่เผยแพร่ | 2020-09-20 |
| คะแนน | 3.43/5 รวมทั้งหมด 28 คะแนน |
| ผู้พัฒนา | Alexander Lyon |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cursor Highlighter",
"description": "Add a visual indicator to your mouse cursor for better visibility",
"version": "2.1.0",
"manifest_version": 2,
"options_page": "options\/options.html",
"permissions": [
"storage"
],
"browser_action": {
"default_popup": "options\/options.html",
"default_icon": "images\/cursor-highlighter-logo-sm.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"dist\/main.bundle.js"
]
}
],
"icons": {
"16": "images\/cursor-highlighter-logo-sm.png",
"48": "images\/cursor-highlighter-logo-md.png",
"128": "images\/cursor-highlighter-logo-lg.png"
}
} | |