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
官方網址 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
電子郵箱 [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"
    }
}