Follow Cursor

Adds custom mouse pointer that rotate in he way that you steer it

什麼是Follow Cursor?

Follow Cursor是由thelidcer開發的Chrome擴展程式,該擴展的主要功能是“Adds custom mouse pointer that rotate in he way that you steer it”。

擴展截圖

screenshot

下載Follow Cursor擴展crx文件

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

擴展使用說明

                        Adds custom mouse pointer that rotates in the way you steer it                    

擴展基本資訊

名稱 Follow Cursor Follow Cursor
ID dphiobephcfbbeeimmefecgjeaimkdhk
官方網址 https://chrome.google.com/webstore/detail/follow-cursor/dphiobephcfbbeeimmefecgjeaimkdhk
簡介 Adds custom mouse pointer that rotate in he way that you steer it
檔案大小 41.58 KB
安裝次數 43
目前版本 1.0.1
更新時間 2020-10-05
上架時間 2020-10-05
評分 2.33/5 共 3 次評分
開發者 thelidcer
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow Cursor",
    "icons": {
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "assets\/css\/bootstrap.css",
        "assets\/css\/cursor.css",
        "assets\/css\/popup.css",
        "assets\/images\/icon_128.png",
        "assets\/images\/icon_48.png",
        "assets\/images\/normal.svg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_48.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/scripts\/content.js"
            ],
            "css": [
                "assets\/css\/cursor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1",
    "description": "Adds custom mouse pointer that rotate in he way that you steer it"
}