Phylator

A simple but powerful calculator for physics

Qu'est-ce que Phylator ?

Phylator est une extension Chrome développée par Jonas Hübotter, et sa fonction principale est "A simple but powerful calculator for physics".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Phylator

Téléchargez les fichiers d'extension Phylator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Phylator Phylator
ID ggpfjgcjfolgjiblbgfekmboejonlnng
URL Officiel https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng
Description A simple but powerful calculator for physics
Taille du Fichier 31.55 KB
Nombre d'Installations 59
Version Actuelle 2.0.2
Dernière Mise à Jour 2018-04-15
Date de Publication 2018-04-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jonas Hübotter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://phylator.com
URL de la Page de Politique de Confidentialité https://jonhue.me/nativegap/privacy
Langues Prises en Charge 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'"
}