Tagpro Rotating Balls
See TagPro Balls rotate in 2D according to their angular velocity.
Vad är Tagpro Rotating Balls?
Tagpro Rotating Balls är en Chrome-tillägg utvecklad av NewCompte, och dess huvudfunktion är "See TagPro Balls rotate in 2D according to their angular velocity.".
Tilläggsskärmbilder
Ladda ner Tagpro Rotating Balls-förlängningens CRX-fil
Ladda ner Tagpro Rotating Balls-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
See TagPro Balls rotate in 2D according to their angular velocity.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | achkheldcaakbiipfgcabbiighapobbk |
Officiell webbadress | https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk |
Beskrivning | See TagPro Balls rotate in 2D according to their angular velocity. |
Filstorlek | 11.01 KB |
Antal Installationer | 19 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2014-06-12 |
Publiceringsdatum | 2014-06-12 |
Betyg | 3.67/5 Totalt 6 Betyg |
Utvecklare | NewCompte |
Betalningssätt | free |
Stödda Språk | 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" ] } |