Phylator

A simple but powerful calculator for physics

Phylator là gì?

Phylator là một tiện ích mở rộng Chrome được phát triển bởi Jonas Hübotter, và tính năng chính của nó là "A simple but powerful calculator for physics".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Phylator

Tải xuống các tệp mở rộng Phylator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Phylator Phylator
ID ggpfjgcjfolgjiblbgfekmboejonlnng
URL Chính Thức https://chrome.google.com/webstore/detail/phylator/ggpfjgcjfolgjiblbgfekmboejonlnng
Mô tả A simple but powerful calculator for physics
Kích Thước Tệp 31.55 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2018-04-15
Ngày Phát Hành 2018-04-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jonas Hübotter
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://phylator.com
URL Trang Chính Sách Bảo Mật https://jonhue.me/nativegap/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}