Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
Change Cursors for Chromeとは何ですか?
Change Cursors for Chromeはhttps://coolsymbol.comによって開発されたChromeの拡張機能で、その主な機能は「Change Custom Cursors on Chrome Browser」です。
拡張機能のスクリーンショット
Change Cursors for Chrome拡張機能のCRXファイルをダウンロード
Change Cursors for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used. Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ... Please refresh the previously opened tab after installing the extension to put it to actions. Enjoy!!!
拡張機能の基本情報
名前 | |
ID | hbflglholnaeeglfmmoanffenlgkcefa |
公式URL | https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa |
説明 | Change Custom Cursors on Chrome Browser |
ファイルサイズ | 142 KB |
インストール数 | 9,313 |
現在のバージョン | 1.1 |
最終更新日 | 2019-10-19 |
公開日 | 2019-10-19 |
評価 | 4.75/5 合計 48 レビュー |
開発者 | https://coolsymbol.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://audiovoicerecorder.com |
ヘルプページのURL | https://charactercounttool.com |
プライバシーポリシーページのURL | https://proapps.org/extension-privacy-policy.html |
対応言語 | en-US |
manifest.json | |
{ "name": "Change Cursors for Chrome", "description": "Change Custom Cursors on Chrome Browser", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "dialog\/index.html", "default_title": "Change Cursors for Chrome" }, "content_scripts": [ { "css": [ "content\/style.css" ], "js": [ "content\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "commands": { "_execute_browser_action": { "suggested_key": { "chromeos": "Alt+Shift+C", "linux": "Alt+Shift+C", "mac": "Alt+Shift+C", "windows": "Alt+Shift+C" } } }, "permissions": [ "storage", "tabs", "activeTab", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/coolsymbol.com", "offline_enabled": true, "short_name": "CC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "images\/*", "content\/*.*" ] } |