CUSTOM CURSOR
You can pick and choose your default cursor from anywhere.
CUSTOM CURSORとは何ですか?
CUSTOM CURSORはBOSによって開発されたChromeの拡張機能で、その主な機能は「You can pick and choose your default cursor from anywhere.」です。
拡張機能のスクリーンショット
CUSTOM CURSOR拡張機能のCRXファイルをダウンロード
CUSTOM CURSOR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An browser extension that lets you customize your cursors to images and gifs. Make your cursor look awesome 拡張機能の基本情報
| 名前 | |
| ID | jgifnkdcmnalijmaklanclhpadjgjaom |
| 公式URL | https://chromewebstore.google.com/detail/custom-cursor/jgifnkdcmnalijmaklanclhpadjgjaom |
| 説明 | You can pick and choose your default cursor from anywhere. |
| ファイルサイズ | 3.98 MB |
| インストール数 | 198 |
| 現在のバージョン | 1.410 |
| 最終更新日 | 2024-02-04 |
| 公開日 | 2022-01-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | BOS |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://customcursors.cc |
| ヘルプページのURL | https://app.mysocial360.com/customcursor/support |
| プライバシーポリシーページのURL | https://app.mysocial360.com/privacypolicy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CUSTOM CURSOR",
"short_name": "Custom Cursor",
"version": "1.410",
"description": "You can pick and choose your default cursor from anywhere.",
"manifest_version": 3,
"minimum_chrome_version": "88",
"homepage_url": "https:\/\/customcursors.cc",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+C",
"mac": "Command+Shift+C",
"windows": "Ctrl+Shift+C",
"chromeos": "Ctrl+Shift+C",
"linux": "Ctrl+Shift+C"
},
"description": "Opens Cursor Selector"
}
},
"permissions": [
"identity",
"identity.email",
"activeTab",
"desktopCapture",
"gcm",
"cookies",
"contextMenus",
"storage",
"tabs",
"notifications",
"scripting"
],
"host_permissions": [
" | |