Phylator
A simple but powerful calculator for physics
O que é Phylator?
Phylator é uma extensão do Chrome desenvolvida por Jonas Hübotter, e sua principal característica é "A simple but powerful calculator for physics".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Phylator
Baixe arquivos de extensão Phylator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ggpfjgcjfolgjiblbgfekmboejonlnng |
URL Oficial | https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng |
Descrição | A simple but powerful calculator for physics |
Tamanho do Arquivo | 31.55 KB |
Contagem de Instalações | 59 |
Versão Atual | 2.0.2 |
Última Atualização | 2018-04-15 |
Data de Publicação | 2018-04-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Jonas Hübotter |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://phylator.com |
URL da Página de Política de Privacidade | https://jonhue.me/nativegap/privacy |
Idiomas Suportados | 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'" } |