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
电子邮箱 [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'"
}