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
官方網址 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
電子郵箱 [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'"
}