Change Cursors for Chrome
Change Custom Cursors on Chrome Browser
Change Cursors for Chrome란 무엇입니까?
Change Cursors for Chrome은(는) https://coolsymbol.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change Custom Cursors on Chrome Browser"입니다.
확장 프로그램 스크린샷
Change Cursors for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change your cursor with a click of mouse. This extension provides a collection of custom cursors that are easily accessible and used.
Change the cursors on your Chrome browsers with other fancy cursors to enhance your web surfing experiences. We provide colorful cursors, including arrow cursors, hand cursors, thing cursors, cursors with heart and love symbols, ...
Please refresh the previously opened tab after installing the extension to put it to actions.
Enjoy!!! 확장 프로그램 기본 정보
| 이름 | |
| ID | hbflglholnaeeglfmmoanffenlgkcefa |
| 공식 URL | https://chrome.google.com/webstore/detail/hbflglholnaeeglfmmoanffenlgkcefa |
| 설명 | Change Custom Cursors on Chrome Browser |
| 파일 크기 | 142 KB |
| 설치 횟수 | 9,313 |
| 현재 버전 | 1.1 |
| 최근 업데이트 | 2019-10-19 |
| 출시 날짜 | 2019-10-19 |
| 평점 | 4.75/5 총 48 개의 평점 |
| 개발자 | https://coolsymbol.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://audiovoicerecorder.com |
| 도움말 페이지 URL | https://charactercounttool.com |
| 개인정보 보호 정책 페이지 URL | https://proapps.org/extension-privacy-policy.html |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"name": "Change Cursors for Chrome",
"description": "Change Custom Cursors on Chrome Browser",
"version": "1.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "dialog\/index.html",
"default_title": "Change Cursors for Chrome"
},
"content_scripts": [
{
"css": [
"content\/style.css"
],
"js": [
"content\/content.js"
],
"matches": [
"*:\/\/*\/*"
],
"all_frames": true
}
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"chromeos": "Alt+Shift+C",
"linux": "Alt+Shift+C",
"mac": "Alt+Shift+C",
"windows": "Alt+Shift+C"
}
}
},
"permissions": [
"storage",
"tabs",
"activeTab",
"*:\/\/*\/*"
],
"background": {
"scripts": [
"js\/jquery-3.4.1.min.js",
"js\/background.js"
]
},
"manifest_version": 2,
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"homepage_url": "https:\/\/coolsymbol.com",
"offline_enabled": true,
"short_name": "CC",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"images\/*",
"content\/*.*"
]
} | |