Lefty Cursor
Change the default pointer cursor to a left hand
Lefty Cursorとは何ですか?
Lefty Cursorはachordによって開発されたChromeの拡張機能で、その主な機能は「Change the default pointer cursor to a left hand」です。
拡張機能のスクリーンショット
Lefty Cursor拡張機能のCRXファイルをダウンロード
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" ] } |