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