Change Cursor

Awesome and unusual cursors

Change Cursorとは何ですか?

Change Cursorはdemidovavaleria87によって開発されたChromeの拡張機能で、その主な機能は「Awesome and unusual cursors」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Change Cursor拡張機能のCRXファイルをダウンロード

Change Cursor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

拡張機能の基本情報

名前 Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
公式URL https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
説明 Awesome and unusual cursors
ファイルサイズ 36.16 KB
インストール数 3,483
現在のバージョン 1.5
最終更新日 2023-06-08
公開日 2021-11-14
評価 1.00/5 合計 4 レビュー
開発者 demidovavaleria87
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}