Cursor Sparkles
Adds sparkles to your cursor
Cursor Sparkles란 무엇입니까?
Cursor Sparkles은(는) jrf0110에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds sparkles to your cursor"입니다.
확장 프로그램 스크린샷
Cursor Sparkles 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Cursor Sparkles |
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" } } |