Mouse Pointer Double
Displays copy of the mouse pointer on the page. Intended for use with Chromecast.
Mouse Pointer Doubleคืออะไร?
Mouse Pointer Double เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noahlyle167 และคุณลักษณะหลักของมันคือ "Displays copy of the mouse pointer on the page. Intended for use with Chromecast."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mouse Pointer Double
ดาวน์โหลดไฟล์ส่วนขยาย Mouse Pointer Double ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
reeeeeeeeeeeeeeeeee
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hbdkmhipnebfndadbkdpkjeijkmddbjn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mouse-pointer-double/hbdkmhipnebfndadbkdpkjeijkmddbjn |
คำอธิบาย | Displays copy of the mouse pointer on the page. Intended for use with Chromecast. |
ขนาดไฟล์ | 12.18 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2019-03-31 |
วันที่เผยแพร่ | 2019-03-31 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | noahlyle167 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mouse Pointer Double", "version": "1.0.0", "manifest_version": 2, "description": "Displays copy of the mouse pointer on the page. Intended for use with Chromecast.", "icons": { "16": "images\/logo16.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Show mouse pointer double", "default_icon": { "19": "images\/logo19.png", "38": "images\/logo38.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "images\/cursor.png" ], "commands": { "_execute_browser_action": { "description": "Activate mouse pointer double", "suggested_key": { "default": "Alt+Shift+M" } } } } |