Tagpro Rotating Balls
See TagPro Balls rotate in 2D according to their angular velocity.
Apa itu Tagpro Rotating Balls?
Tagpro Rotating Balls adalah ekstensi Chrome yang dikembangkan oleh NewCompte, dan fitur utamanya adalah "See TagPro Balls rotate in 2D according to their angular velocity.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tagpro Rotating Balls
Unduh file ekstensi Tagpro Rotating Balls dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
See TagPro Balls rotate in 2D according to their angular velocity.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | achkheldcaakbiipfgcabbiighapobbk |
URL Resmi | https://chrome.google.com/webstore/detail/tagpro-rotating-balls/achkheldcaakbiipfgcabbiighapobbk |
Deskripsi | See TagPro Balls rotate in 2D according to their angular velocity. |
Ukuran File | 11.01 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2014-06-12 |
Tanggal Publikasi | 2014-06-12 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | NewCompte |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |