Circle cursor
Change your cursor to a circle
Circle cursorとは何ですか?
Circle cursorはcoxmiによって開発されたChromeの拡張機能で、その主な機能は「Change your cursor to a circle」です。
拡張機能のスクリーンショット
Circle cursor拡張機能のCRXファイルをダウンロード
Circle cursor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple chrome plug-in that changes the cursor to a circle, similar to the iOS mouse cursor.
拡張機能の基本情報
名前 | Circle cursor |
ID | ilelbekedacppdghaclcoolmmdogpbbh |
公式URL | https://chromewebstore.google.com/detail/circle-cursor/ilelbekedacppdghaclcoolmmdogpbbh |
説明 | Change your cursor to a circle |
ファイルサイズ | 12.43 KB |
インストール数 | 273 |
現在のバージョン | 1.0.2 |
最終更新日 | 2022-02-04 |
公開日 | 2022-01-18 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | coxmi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/coxmi/chrome-circle-cursor |
ヘルプページのURL | https://github.com/coxmi/chrome-circle-cursor/issues |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "css": [ "styles.css" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "Change your cursor to a circle", "icons": { "128": "assets\/icon128.png", "16": "assets\/icon16.png", "48": "assets\/icon48.png" }, "manifest_version": 2, "name": "Circle cursor", "homepage_url": "https:\/\/github.com\/coxmi\/chrome-circle-cursor", "version": "1.0.2" } |