Phylator
A simple but powerful calculator for physics
Phylatorคืออะไร?
Phylator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonas Hübotter และคุณลักษณะหลักของมันคือ "A simple but powerful calculator for physics"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phylator
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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'" } |