Lefty Cursor
Change the default pointer cursor to a left hand
Apa itu Lefty Cursor?
Lefty Cursor adalah ekstensi Chrome yang dikembangkan oleh achord, dan fitur utamanya adalah "Change the default pointer cursor to a left hand".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lefty Cursor
Unduh file ekstensi Lefty Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
URL Resmi | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Deskripsi | Change the default pointer cursor to a left hand |
Ukuran File | 20.23 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-09-30 |
Tanggal Publikasi | 2017-09-30 |
Pengembang | achord |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |