Unit Converter
Unit Converter Calculator
Unit Converter क्या है?
Unit Converter http://saranyamoellers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unit Converter Calculator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unit Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Unit Converter converts metric or US Customary. It easily converts length, area, volume, weight and temperature with a high degree of accuracy. This Unit Converter is also available as an app in Google play store for free! and no advertise! Search under "unit converter saranya".
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kbnbcdhmghagbojnfcbgccefgeiefgdk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk |
विवरण | Unit Converter Calculator |
फ़ाइल का आकार | 954 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 0.19 |
अंतिम अपडेट | 2017-03-14 |
प्रकाशन तिथि | 2017-03-14 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | http://saranyamoellers.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://developer.chrome.com/webstore/terms |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unit Converter", "icons": { "128": "images\/underline-128.png", "16": "images\/underline-16.png", "48": "images\/underline-48.png" }, "description": "Unit Converter Calculator", "short_name": "Converter", "version": "0.19", "browser_action": { "default_popup": "index.html", "default_icon": "images\/underline-16.png" }, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |