CursorTrace
Trace your mouse cursor's path with an evanescent line.
CursorTraceคืออะไร?
CursorTrace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hansy.cws และคุณลักษณะหลักของมันคือ "Trace your mouse cursor's path with an evanescent line."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CursorTrace
ดาวน์โหลดไฟล์ส่วนขยาย CursorTrace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Liven up your mouse cursor with this little extension. As you move your mouse, CursorTrace draws a pen stroke behind the cursor, tracing its path before disappearing. Choose from one of five different pen colors. Note: As with all Chrome extensions, CursorTrace will not work on Chrome Web Store pages. Navigate to another page - like www.google.com - to see CursorTrace do its magic.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CursorTrace |
ID | gdngbglapejijhppfmpaofmcgbcpofnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cursortrace/gdngbglapejijhppfmpaofmcgbcpofnj |
คำอธิบาย | Trace your mouse cursor's path with an evanescent line. |
ขนาดไฟล์ | 20.99 KB |
จำนวนการติดตั้ง | 2,243 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-29 |
วันที่เผยแพร่ | 2020-07-28 |
คะแนน | 3.53/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | hansy.cws |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CursorTrace", "description": "Trace your mouse cursor's path with an evanescent line.", "version": "1.0", "incognito": "not_allowed", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ " |