Unit Converter
Unit Converter Calculator
Cos'è Unit Converter?
Unit Converter è un'estensione di Chrome sviluppata da http://saranyamoellers.com, e la sua funzione principale è "Unit Converter Calculator".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unit Converter
Scarica i file di estensione Unit Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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".
Informazioni di Base sull'Estensione
Nome | |
ID | kbnbcdhmghagbojnfcbgccefgeiefgdk |
URL Ufficiale | https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk |
Descrizione | Unit Converter Calculator |
Dimensione del File | 954 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 0.19 |
Ultimo Aggiornamento | 2017-03-14 |
Data di Pubblicazione | 2017-03-14 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | http://saranyamoellers.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://developer.chrome.com/webstore/terms |
Lingue Supportate | 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'" } |