Foot Cursor
Your cursor is now a foot
Foot Cursorคืออะไร?
Foot Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pablorochat.com และคุณลักษณะหลักของมันคือ "Your cursor is now a foot"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Foot Cursor
ดาวน์โหลดไฟล์ส่วนขยาย Foot Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Your cursor is now a foot
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | epcgmgkeenlbhaihbagjplaahcioehke |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke |
คำอธิบาย | Your cursor is now a foot |
ขนาดไฟล์ | 20.1 KB |
จำนวนการติดตั้ง | 648 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2019-12-05 |
วันที่เผยแพร่ | 2019-12-05 |
คะแนน | 4.64/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | http://pablorochat.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Foot Cursor", "description": "Your cursor is now a foot", "version": "3.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "toeclick.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png" }, "icons": { "64": "icon64.png", "128": "icon128.png" }, "web_accessible_resources": [ "click.png", "click.2x.png", "hover.png", "hover.2x.png" ] } |