Change My Cursor
Change your cursor to any picture you like!
Change My Cursor란 무엇입니까?
Change My Cursor은(는) https://yoonicode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your cursor to any picture you like!"입니다.
확장 프로그램 스크린샷
Change My Cursor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change your mouse cursor to ANYTHING you want! This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor
확장 프로그램 기본 정보
이름 | Change My Cursor |
ID | lppmahciboilaokklohhhdlaadkobgpc |
공식 URL | https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc |
설명 | Change your cursor to any picture you like! |
파일 크기 | 17.19 KB |
설치 횟수 | 47,117 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2022-05-15 |
출시 날짜 | 2019-06-07 |
평점 | 1.90/5 총 105 개의 평점 |
개발자 | https://yoonicode.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Change My Cursor", "description": "Change your cursor to any picture you like!", "version": "2.0.0", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_title": "Change My Cursor!", "default_icon": "img\/cursor.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |