Phylator

A simple but powerful calculator for physics

Phylatorとは何ですか?

PhylatorはJonas Hübotterによって開発されたChromeの拡張機能で、その主な機能は「A simple but powerful calculator for physics」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Phylator拡張機能のCRXファイルをダウンロード

Phylator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Phylator Phylator
ID ggpfjgcjfolgjiblbgfekmboejonlnng
公式URL https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng
説明 A simple but powerful calculator for physics
ファイルサイズ 31.55 KB
インストール数 59
現在のバージョン 2.0.2
最終更新日 2018-04-15
公開日 2018-04-15
評価 5.00/5 合計 1 レビュー
開発者 Jonas Hübotter
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://phylator.com
プライバシーポリシーページのURL https://jonhue.me/nativegap/privacy
対応言語 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'"
}