Fun Cursors - Lite

Have fun browsing the web with a new mouse cursor.

Fun Cursors - Lite란 무엇입니까?

Fun Cursors - Lite은(는) Century에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have fun browsing the web with a new mouse cursor."입니다.

확장 프로그램 스크린샷

screenshot

Fun Cursors - Lite 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension allows you to change your default mouse cursor. 
Select a new mouse cursor by clicking on the extension popup.

Your mouse cursor will be changed on all website except Chrome store and new tab.                    

확장 프로그램 기본 정보

이름 Fun Cursors - Lite Fun Cursors - Lite
ID fdkfljgmhdclipgecdhknegajglbaelf
공식 URL https://chrome.google.com/webstore/detail/fun-cursors-lite/fdkfljgmhdclipgecdhknegajglbaelf
설명 Have fun browsing the web with a new mouse cursor.
파일 크기 265 KB
설치 횟수 2,000
현재 버전 0.0.4
최근 업데이트 2021-08-14
출시 날짜 2020-03-10
평점 3.33/5 총 6 개의 평점
개발자 Century
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,no,es,it
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.slim.js",
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "web_accessible_resources": [
        "cursors\/*",
        "*.css"
    ]
}