Cursor Sparkles
Adds sparkles to your cursor
Cursor Sparklesとは何ですか?
Cursor Sparklesはjrf0110によって開発されたChromeの拡張機能で、その主な機能は「Adds sparkles to your cursor」です。
拡張機能のスクリーンショット
Cursor Sparkles拡張機能のCRXファイルをダウンロード
Cursor Sparkles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sparkle-ify your cursor.
Version 1.4 Update
==============
* Adds animation selector (new animations coming soon!)
* General bug fixes and performance improvements
Version 1.2 Update
==============
* Fixes bug where sparkles would get very large
* Adds new Trailing mode. Sparkles leave trails instead of following cursor
* Adds new Icon/Popup to chrome to change settings
- Change back to old mode (Follow)
- Change number of sparkles
- Toggle whether or not the sparkles are enabled 拡張機能の基本情報
| 名前 | |
| ID | adbenckfpdnmlhleegopganmonbchdkb |
| 公式URL | https://chromewebstore.google.com/detail/cursor-sparkles/adbenckfpdnmlhleegopganmonbchdkb |
| 説明 | Adds sparkles to your cursor |
| ファイルサイズ | 11.25 KB |
| インストール数 | 26,471 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2017-12-20 |
| 公開日 | 2017-12-20 |
| 評価 | 2.99/5 合計 101 レビュー |
| 開発者 | jrf0110 |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cursor Sparkles",
"description": "Adds sparkles to your cursor",
"version": "1.5",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"sparkles.js"
]
}
],
"permissions": [
"storage"
],
"browser_action": {
"default_title": "Sparkles",
"default_icon": "logo.png",
"default_popup": "popup.html"
}
} | |