Phylator
A simple but powerful calculator for physics
Cos'è Phylator?
Phylator è un'estensione di Chrome sviluppata da Jonas Hübotter, e la sua funzione principale è "A simple but powerful calculator for physics".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Phylator
Scarica i file di estensione Phylator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Phylator is a simple but powerful calculator for physics. It allows you to calculate the value of a specific physical quantity by just entering your measurements. Phylator does the job of solving equations for you! With Phylator you are also able to convert any value to a different unit of measurement. You also get a huge database of physical quantities, units of measurement and equations to explore. --- All of that packed into a sleek, responsive UI, free of charge & ads.
Informazioni di Base sull'Estensione
Nome | |
ID | ggpfjgcjfolgjiblbgfekmboejonlnng |
URL Ufficiale | https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng |
Descrizione | A simple but powerful calculator for physics |
Dimensione del File | 31.55 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2018-04-15 |
Data di Pubblicazione | 2018-04-15 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Jonas Hübotter |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://phylator.com |
URL della Pagina della Politica sulla Privacy | https://jonhue.me/nativegap/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Phylator", "short_name": "Phylator", "description": "A simple but powerful calculator for physics", "version": "2.0.2", "minimum_chrome_version": "38", "permissions": [ "storage", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "16": "assets\/16.png", "32": "assets\/32.png", "64": "assets\/64.png", "128": "assets\/128.png" }, "browser_action": { "default_icon": "assets\/128.png", "default_title": "Phylator", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |