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
官方URL 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"
}