Lefty Cursor
Change the default pointer cursor to a left hand
Lefty Cursorคืออะไร?
Lefty Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย achord และคุณลักษณะหลักของมันคือ "Change the default pointer cursor to a left hand"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lefty Cursor
ดาวน์โหลดไฟล์ส่วนขยาย Lefty Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By default the web pointer cursor is a right hand. It's just another example of the man trying to hold a lefty down! Change the default pointer cursor to a lefty, the way God intended.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
คำอธิบาย | Change the default pointer cursor to a left hand |
ขนาดไฟล์ | 20.23 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-09-30 |
วันที่เผยแพร่ | 2017-09-30 |
ผู้พัฒนา | achord |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lefty Cursor", "description": "Change the default pointer cursor to a left hand", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "web_accessible_resources": [ "pointer-left-16.png", "hand-left-16.png", "grab-left-16.png" ], "browser_action": { "default_icon": "icon.png", "default_title": "Lefty Cursor" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles.css" ] } ], "permissions": [ "activeTab", "storage" ] } |