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"
            ]
        }
    ]
}