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