Custom Cursors

Replace the old boring cursor with a new one or load your own.

Custom Cursors란 무엇입니까?

Custom Cursors은(는) vstin92에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the old boring cursor with a new one or load your own."입니다.

확장 프로그램 스크린샷

screenshot

Custom Cursors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

확장 프로그램 기본 정보

이름 Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
공식 URL https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
설명 Replace the old boring cursor with a new one or load your own.
파일 크기 5.8 MB
설치 횟수 10,000
현재 버전 1.5
최근 업데이트 2022-01-27
출시 날짜 2021-05-11
평점 3.36/5 총 22 개의 평점
개발자 vstin92
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}