Tagpro Rotating Balls

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

Wat is Tagpro Rotating Balls?

Tagpro Rotating Balls is een Chrome-extensie ontwikkeld door NewCompte, en de belangrijkste functie is "See TagPro Balls rotate in 2D according to their angular velocity.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tagpro Rotating Balls

Download Tagpro Rotating Balls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tagpro Rotating Balls Tagpro Rotating Balls
ID achkheldcaakbiipfgcabbiighapobbk
Officiële URL https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk
Beschrijving See TagPro Balls rotate in 2D according to their angular velocity.
Bestandsgrootte 11.01 KB
Aantal Installaties 19
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-06-12
Publicatiedatum 2014-06-12
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar NewCompte
Betalingswijze free
Ondersteunde Talen 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"
    ]
}