Phylator
A simple but powerful calculator for physics
What is Phylator?
Phylator is a Chrome extension developed by Jonas Hübotter, and its main feature is "A simple but powerful calculator for physics".
Extension Screenshots
Download Phylator Extension CRX File
Download Phylator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ggpfjgcjfolgjiblbgfekmboejonlnng |
Official URL | https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng |
Description | A simple but powerful calculator for physics |
File Size | 31.55 KB |
Installation Count | 59 |
Current Version | 2.0.2 |
Last Updated | 2018-04-15 |
Publish Date | 2018-04-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jonas Hübotter |
[email protected] | |
Payment Type | free |
Extension Website | https://phylator.com |
Privacy Policy Page URL | https://jonhue.me/nativegap/privacy |
Supported Languages | 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'" } |