Cursor Stickers

Change your cursor with a nice and great styles of cursors

什麼是Cursor Stickers?

Cursor Stickers是由Apps pro開發的Chrome擴展程式,該擴展的主要功能是“Change your cursor with a nice and great styles of cursors”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cursor Stickers擴展crx文件

下載Cursor Stickers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cursor Stickers for Chrome Change your cursor "mouse" icon to amazing cursor style and pointers action. 
Just install it and choose you favorite cursor style 
you have many cursor stickers style collection to choose:
- Batman cursor stickers style.
- Fortinet cursor stickers style.
- Cars cursor stickers style.
- Animals cursor stickers style.
- Planets cursor stickers style.
- Guns cursor stickers style.
- Mario cursor stickers style.

Easy to choose cursor stickers style.
Have a fun                    

擴展基本資訊

名稱 Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
官方網址 https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
簡介 Change your cursor with a nice and great styles of cursors
檔案大小 117 KB
安裝次數 7,194
目前版本 0.1.0
更新時間 2021-10-18
上架時間 2020-09-15
評分 3.54/5 共 13 次評分
開發者 Apps pro
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cursor-stickers.familyhealth-ar.com
說明頁面URL https://cursor-stickers.familyhealth-ar.com/site/contact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Stickers",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Change your cursor with a nice and great styles of cursors",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/background-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}