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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}