Phylator

A simple but powerful calculator for physics

Wat is Phylator?

Phylator is een Chrome-extensie ontwikkeld door Jonas Hübotter, en de belangrijkste functie is "A simple but powerful calculator for physics".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Phylator

Download Phylator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Phylator Phylator
ID ggpfjgcjfolgjiblbgfekmboejonlnng
Officiële URL https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng
Beschrijving A simple but powerful calculator for physics
Bestandsgrootte 31.55 KB
Aantal Installaties 59
Huidige Versie 2.0.2
Laatst Bijgewerkt 2018-04-15
Publicatiedatum 2018-04-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jonas Hübotter
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://phylator.com
URL van de Privacybeleid Pagina https://jonhue.me/nativegap/privacy
Ondersteunde Talen 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'"
}