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
官方網址 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"
            ]
        }
    ]
}