Unit Converter
Unit Converter Calculator
Qu'est-ce que Unit Converter ?
Unit Converter est une extension Chrome développée par http://saranyamoellers.com, et sa fonction principale est "Unit Converter Calculator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unit Converter
Téléchargez les fichiers d'extension Unit Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | |
ID | kbnbcdhmghagbojnfcbgccefgeiefgdk |
URL Officiel | https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk |
Description | Unit Converter Calculator |
Taille du Fichier | 954 KB |
Nombre d'Installations | 206 |
Version Actuelle | 0.19 |
Dernière Mise à Jour | 2017-03-14 |
Date de Publication | 2017-03-14 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | http://saranyamoellers.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://developer.chrome.com/webstore/terms |
Langues Prises en Charge | 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'" } |