Metric to Imperial Converter
This extension allows the user to convert dimensions between imperial and metric.
Co to jest Metric to Imperial Converter?
Metric to Imperial Converter to rozszerzenie Chrome opracowane przez RJ Richter, a jego główną funkcją jest „This extension allows the user to convert dimensions between imperial and metric.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Metric to Imperial Converter
Pobierz pliki rozszerzeń Metric to Imperial Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Want to convert inches to millimeters or centimeters? This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.
Podstawowe informacje o rozszerzeniu
Nazwa | Metric to Imperial Converter |
ID | hmlgbjphkkebdhpefpmkklhgndbccejm |
Oficjalny URL | https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm |
Opis | This extension allows the user to convert dimensions between imperial and metric. |
Rozmiar pliku | 263 KB |
Liczba instalacji | 112 |
Aktualna Wersja | 1.2.00 |
Ostatnia Aktualizacja | 2022-03-23 |
Data Publikacji | 2021-05-19 |
Deweloper | RJ Richter |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metric to Imperial Converter", "short_name": "Metric to Imperial Converter", "description": "This extension allows the user to convert dimensions between imperial and metric.", "version": "1.2.00", "author": "RjR", "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Metric to Imperial Converter", "default_icon": "img\/tools-16-128.png", "default_popup": "popup.html" } } |