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" ] } |