Unit Converter
Unit Converter Calculator
Wat is Unit Converter?
Unit Converter is een Chrome-extensie ontwikkeld door http://saranyamoellers.com, en de belangrijkste functie is "Unit Converter Calculator".
Extensie Screenshots
Download het CRX-bestand van de extensie Unit Converter
Download Unit Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | |
ID | kbnbcdhmghagbojnfcbgccefgeiefgdk |
Officiële URL | https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk |
Beschrijving | Unit Converter Calculator |
Bestandsgrootte | 954 KB |
Aantal Installaties | 206 |
Huidige Versie | 0.19 |
Laatst Bijgewerkt | 2017-03-14 |
Publicatiedatum | 2017-03-14 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | http://saranyamoellers.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://developer.chrome.com/webstore/terms |
Ondersteunde Talen | 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'" } |