Tagpro Rotating Balls

See TagPro Balls rotate in 2D according to their angular velocity.

Tagpro Rotating Ballsとは何ですか?

Tagpro Rotating BallsはNewCompteによって開発されたChromeの拡張機能で、その主な機能は「See TagPro Balls rotate in 2D according to their angular velocity.」です。

拡張機能のスクリーンショット

screenshot

Tagpro Rotating Balls拡張機能のCRXファイルをダウンロード

Tagpro Rotating Balls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        See TagPro Balls rotate in 2D according to their angular velocity.                    

拡張機能の基本情報

名前 Tagpro Rotating Balls Tagpro Rotating Balls
ID achkheldcaakbiipfgcabbiighapobbk
公式URL https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk
説明 See TagPro Balls rotate in 2D according to their angular velocity.
ファイルサイズ 11.01 KB
インストール数 19
現在のバージョン 0.0.1
最終更新日 2014-06-12
公開日 2014-06-12
評価 3.67/5 合計 6 レビュー
開発者 NewCompte
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagpro Rotating Balls",
    "description": "See TagPro Balls rotate in 2D according to their angular velocity.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.koalabeast.com\/*",
                "http:\/\/*.jukejuice.com\/*",
                "http:\/\/*.newcompte.fr\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/rotation.js"
    ]
}