Measurements units converter
Measurement system convert tool
Co je Measurements units converter?
Measurements units converter je rozšíření Chrome vyvinuté viktorpatraboi, a jeho hlavní funkcí je „Measurement system convert tool“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Measurements units converter
Stáhněte si soubory rozšíření Measurements units converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Plugin for automatic conversion of measurements units from the metric system to imperial and vice versa. Converts units in page automatically. Supports converting the following: - length(metric <-> imperial) - weight(metric <-> imperial) - temperature(Celsius <-> Fahrenheit) - volume (metric <-> imperial)
Základní Informace o Rozšíření
Název | Measurements units converter |
ID | ldnkgcpeljjhpfkpapknhjhnninfelga |
Oficiální URL | https://chromewebstore.google.com/detail/measurements-units-conver/ldnkgcpeljjhpfkpapknhjhnninfelga |
Popis | Measurement system convert tool |
Velikost souboru | 15.53 KB |
Počet instalací | 19 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2023-07-10 |
Datum Vydání | 2022-02-13 |
Vývojář | viktorpatraboi |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/okedo |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Measurements units converter", "description": "Measurement system convert tool", "version": "0.1", "manifest_version": 3, "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |