Cursor Stickers

Change your cursor with a nice and great styles of cursors

Cursor Stickers란 무엇입니까?

Cursor Stickers은(는) Apps pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your cursor with a nice and great styles of cursors"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Cursor Stickers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Cursor Stickers for Chrome Change your cursor "mouse" icon to amazing cursor style and pointers action. 
Just install it and choose you favorite cursor style 
you have many cursor stickers style collection to choose:
- Batman cursor stickers style.
- Fortinet cursor stickers style.
- Cars cursor stickers style.
- Animals cursor stickers style.
- Planets cursor stickers style.
- Guns cursor stickers style.
- Mario cursor stickers style.

Easy to choose cursor stickers style.
Have a fun                    

확장 프로그램 기본 정보

이름 Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
공식 URL https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
설명 Change your cursor with a nice and great styles of cursors
파일 크기 117 KB
설치 횟수 7,194
현재 버전 0.1.0
최근 업데이트 2021-10-18
출시 날짜 2020-09-15
평점 3.54/5 총 13 개의 평점
개발자 Apps pro
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cursor-stickers.familyhealth-ar.com
도움말 페이지 URL https://cursor-stickers.familyhealth-ar.com/site/contact
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Stickers",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Change your cursor with a nice and great styles of cursors",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/background-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}