Super Mouse
Select Mouse Cursor of Your own choice.
Super Mouseとは何ですか?
Super MouseはMr. Teachnology Inc.によって開発されたChromeの拡張機能で、その主な機能は「Select Mouse Cursor of Your own choice.」です。
拡張機能のスクリーンショット
Super Mouse拡張機能のCRXファイルをダウンロード
Super Mouse拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Super Mouse by Mr. Teachnology / Jay Murphy Change your mouse cursor to an image of your choice. Encourage and support the focus of readers of any level....Super Mouse does just that. Choose an included image or select your own from the web and have a mouse cursor worth paying attention to. All instructions are within the pop up windoe of the extension.
拡張機能の基本情報
名前 | Super Mouse |
ID | cokbkfdekagbhjgcbmfocehbmocjmgmk |
公式URL | https://chromewebstore.google.com/detail/super-mouse/cokbkfdekagbhjgcbmfocehbmocjmgmk |
説明 | Select Mouse Cursor of Your own choice. |
ファイルサイズ | 133 KB |
インストール数 | 855 |
現在のバージョン | 1.8 |
最終更新日 | 2017-10-08 |
公開日 | 2017-10-08 |
評価 | 3.00/5 合計 10 レビュー |
開発者 | Mr. Teachnology Inc. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.mrteachnology.com |
ヘルプページのURL | https://www.mrteachnology.com |
プライバシーポリシーページのURL | http://www.jaymurphy.org |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Mouse", "description": "Select Mouse Cursor of Your own choice.", "version": "1.8", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "web_accessible_resources": [ "lightbulb.png", "starp.png", "arrow.png", "star.png", "santa.png", "hand.png", "move.png", "select.png", "wink.png", "sad.png", "fav.png", "sleep.png", "cry.png", "sn.png", "g.png", "df.png", "lv.png", "bn.png", "cvv.png", "jh.png", "kl.png", "sd.png", "vb.png", "jhh.png" ] } |