Metric to Imperial Converter

This extension allows the user to convert dimensions between imperial and metric.

Co je Metric to Imperial Converter?

Metric to Imperial Converter je rozšíření Chrome vyvinuté RJ Richter, a jeho hlavní funkcí je „This extension allows the user to convert dimensions between imperial and metric.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Metric to Imperial Converter

Stáhněte si soubory rozšíření Metric to Imperial 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í

                        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.                    

Základní Informace o Rozšíření

Název Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
Oficiální URL https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
Popis This extension allows the user to convert dimensions between imperial and metric.
Velikost souboru 263 KB
Počet instalací 112
Aktuální Verze 1.2.00
Poslední Aktualizace 2022-03-23
Datum Vydání 2021-05-19
Vývojář RJ Richter
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
Podporované Jazyky 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"
    }
}