Flying Cursors

Adds a bunch of cursors

什么是Flying Cursors?

Flying Cursors是由bananafish开发的Chrome扩展程序,该扩展的主要功能是“Adds a bunch of cursors”。

扩展截图

screenshot

下载Flying Cursors扩展crx文件

下载Flying Cursors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Want to stop yourself from browsing the net? Want to annoy your friends? Install Flying Cursors to cause cursors to fly around your screen. Warning: If you don't close your tab quickly enough your browser will eventually crash. 
You're all welcome.                    

扩展基本信息

名称 Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
官方URL https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
简介 Adds a bunch of cursors
文件大小 49.86 KB
安装次数 549
当前版本 1.0
更新时间 2017-03-28
上架时间 2017-03-27
评分 3.76/5 共17次评分
开发者 bananafish
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flying Cursors",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds a bunch of cursors",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "velocity.min.js",
                "content.js"
            ]
        }
    ]
}