Lefty Cursor
Change the default pointer cursor to a left hand
Co to jest Lefty Cursor?
Lefty Cursor to rozszerzenie Chrome opracowane przez achord, a jego główną funkcją jest „Change the default pointer cursor to a left hand”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lefty Cursor
Pobierz pliki rozszerzeń Lefty Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fpjichgkgkfiejcncbelcefkojdkeble |
Oficjalny URL | https://chrome.google.com/webstore/detail/lefty-cursor/fpjichgkgkfiejcncbelcefkojdkeble |
Opis | Change the default pointer cursor to a left hand |
Rozmiar pliku | 20.23 KB |
Liczba instalacji | 172 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2017-09-30 |
Data Publikacji | 2017-09-30 |
Deweloper | achord |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |