EasyConvert
Converts units in page automatically
Wat is EasyConvert?
EasyConvert is een Chrome-extensie ontwikkeld door deanvh1, en de belangrijkste functie is "Converts units in page automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie EasyConvert
Download EasyConvert-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
Automatically convert units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one. This extension is in development and currently supports converting the following: -kilograms to pounds -kilometers to miles -meters to feet -Celsius to Fahrenheit
Basisinformatie over de Extensie
Naam | EasyConvert |
ID | ajpcobkenlncoifnbhfilognklogkolj |
Officiële URL | https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj |
Beschrijving | Converts units in page automatically |
Bestandsgrootte | 27.75 KB |
Aantal Installaties | 74 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2018-10-05 |
Publicatiedatum | 2018-10-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | deanvh1 |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Converts units in page automatically", "manifest_version": 2, "name": "EasyConvert", "version": "1.1.2", "browser_action": { "default_icon": "convert.png", "default_title": "EasyConvert!", "default_popup": "popup.html" } } |