Automatic imperial to metric convertion BETA

Automatically convert imperial units to metric units on all websites

Co je Automatic imperial to metric convertion BETA?

Automatic imperial to metric convertion BETA je rozšíření Chrome vyvinuté esprimo, a jeho hlavní funkcí je „Automatically convert imperial units to metric units on all websites“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Automatic imperial to metric convertion BETA

Stáhněte si soubory rozšíření Automatic imperial to metric convertion BETA 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í

                        Automatically convert imperial units to metric units on all websites. Example of how a conversion would look:
"It's 12 miles to the library"
would be converted to:
"It's 12 miles (19.31km) to the library"

No tracking. Plugin in beta, code at:
https://github.com/esprimo/imperial-to-metric-chrome-extension                    

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

Název Automatic imperial to metric convertion BETA Automatic imperial to metric convertion BETA
ID ggidgjeiboeedjjabheimgdkolnpaoik
Oficiální URL https://chromewebstore.google.com/detail/automatic-imperial-to-met/ggidgjeiboeedjjabheimgdkolnpaoik
Popis Automatically convert imperial units to metric units on all websites
Velikost souboru 11.41 KB
Počet instalací 393
Aktuální Verze 0.2.1
Poslední Aktualizace 2015-12-29
Datum Vydání 2015-12-29
Hodnocení 2.94/5 Celkem 18 Hodnocení
Vývojář esprimo
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automatic imperial to metric convertion BETA",
    "version": "0.2.1",
    "description": "Automatically convert imperial units to metric units on all websites",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}