Units Converter for 750+ physical units

Converts hundreds of international and historical physical measurement units

Cos'è Units Converter for 750+ physical units?

Units Converter for 750+ physical units è un'estensione di Chrome sviluppata da https://www.cadforum.cz, e la sua funzione principale è "Converts hundreds of international and historical physical measurement units".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Units Converter for 750+ physical units

Scarica i file di estensione Units Converter for 750+ physical units in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A handy calculator for converting international and historical physical measurement units - length, area, volume, time, mass, density, speed, pressure, force, moment, power, energy, flux, number systems, angle, frequency, acceleration, temperature, luminous intensity, electric charge, numeric system, etc. So you can enter proper values into any web form.

The list of converted units includes rare German, British, French, Russian, Austrian, Hungarian, Czech, Brazilian, Indian, Japanese, Korean, Chinese, Thai, Roman and Greek measurement units. From Russian Versta, British Fathom and French Perche to Korean Jeongbo, Japanese Tsubo and Thai Kwian, from biblical Assarion and Shekel to imperial Pounds per gallon, Poundal yard and Dyne per inch.

A similar tool is also available as an Android app and as an add-on application for AutoCAD, Autodesk Inventor and Fusion 360, plus online on www.cadforum.cz                    

Informazioni di Base sull'Estensione

Nome Units Converter for 750+ physical units Units Converter for 750+ physical units
ID ebnemphdfjknjopeaefgjifeigpnbmbd
URL Ufficiale https://chromewebstore.google.com/detail/units-converter-for-750+/ebnemphdfjknjopeaefgjifeigpnbmbd
Descrizione Converts hundreds of international and historical physical measurement units
Dimensione del File 19.15 KB
Conteggio Installazioni 472
Versione Corrente 1.0
Ultimo Aggiornamento 2020-01-31
Data di Pubblicazione 2020-01-09
Valutazione 3.25/5 Totale 4 Valutazioni
Sviluppatore https://www.cadforum.cz
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.cadstudio.cz/en/privacy.asp
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Units Converter for 750+ physical units",
    "description": "Converts hundreds of international and historical physical measurement units",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "units.png",
        "default_title": "Units Converter"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L"
            },
            "description": "Opens Units Converter"
        }
    }
}