Tagpro Rotating Balls
See TagPro Balls rotate in 2D according to their angular velocity.
Hvad er Tagpro Rotating Balls?
Tagpro Rotating Balls er en Chrome-udvidelse udviklet af NewCompte, og dens hovedfunktion er "See TagPro Balls rotate in 2D according to their angular velocity.".
Udvidelsesskærmbilleder
Download Tagpro Rotating Balls-udvidelses-CRX-fil
Download Tagpro Rotating Balls-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
See TagPro Balls rotate in 2D according to their angular velocity.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | achkheldcaakbiipfgcabbiighapobbk |
Officiel URL | https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk |
Beskrivelse | See TagPro Balls rotate in 2D according to their angular velocity. |
Filstørrelse | 11.01 KB |
Antal Installationer | 19 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2014-06-12 |
Udgivelsesdato | 2014-06-12 |
Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
Udvikler | NewCompte |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |