Phylator
A simple but powerful calculator for physics
Phylator क्या है?
Phylator Jonas Hübotter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple but powerful calculator for physics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Phylator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |