Change Cursor
Awesome and unusual cursors
Change Cursor란 무엇입니까?
Change Cursor은(는) demidovavaleria87에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Awesome and unusual cursors"입니다.
확장 프로그램 스크린샷
Change Cursor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.
확장 프로그램 기본 정보
이름 | |
ID | kdfabndgampjonhpgfajeajbinmkcocm |
공식 URL | https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm |
설명 | Awesome and unusual cursors |
파일 크기 | 36.16 KB |
설치 횟수 | 3,483 |
현재 버전 | 1.5 |
최근 업데이트 | 2023-06-08 |
출시 날짜 | 2021-11-14 |
평점 | 1.00/5 총 4 개의 평점 |
개발자 | demidovavaleria87 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "default_locale": "en", "description": "Awesome and unusual cursors", "version": "1.5", "background": { "scripts": [ ".\/js\/koloso.js" ], "persistent": true }, "browser_action": { "default_title": "Curzorro", "default_icon": { "128": "sty\/curs.png" }, "default_popup": "index.html" }, "icons": { "128": "sty\/curs.png" }, "permissions": [ "storage", " |