Cursor Extension

Get a new cursor for your browser!

Cursor Extensionとは何ですか?

Cursor Extensionはsaheenfr2002によって開発されたChromeの拡張機能で、その主な機能は「Get a new cursor for your browser!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

拡張機能の基本情報

名前 Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
公式URL https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
説明 Get a new cursor for your browser!
ファイルサイズ 12.35 MB
インストール数 46
現在のバージョン 0.1.1
最終更新日 2022-11-20
公開日 2022-11-19
開発者 saheenfr2002
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}