Units Converter for 750+ physical units

Converts hundreds of international and historical physical measurement units

Was ist Units Converter for 750+ physical units?

Units Converter for 750+ physical units ist eine Chrome-Erweiterung, die von https://www.cadforum.cz entwickelt wurde, und ihr Hauptmerkmal ist "Converts hundreds of international and historical physical measurement units".

Erweiterungsscreenshots

screenshot

Units Converter for 750+ physical units-Erweiterungs-CRX-Datei herunterladen

Laden Sie Units Converter for 750+ physical units-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Units Converter for 750+ physical units Units Converter for 750+ physical units
ID ebnemphdfjknjopeaefgjifeigpnbmbd
Offizielle URL https://chromewebstore.google.com/detail/units-converter-for-750+/ebnemphdfjknjopeaefgjifeigpnbmbd
Beschreibung Converts hundreds of international and historical physical measurement units
Dateigröße 19.15 KB
Installationsanzahl 472
Aktuelle Version 1.0
Letztes Update 2020-01-31
Veröffentlichungsdatum 2020-01-09
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler https://www.cadforum.cz
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.cadstudio.cz/en/privacy.asp
Unterstützte Sprachen 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"
        }
    }
}