Units Converter for 750+ physical units

Converts hundreds of international and historical physical measurement units

Qu'est-ce que Units Converter for 750+ physical units ?

Units Converter for 750+ physical units est une extension Chrome développée par https://www.cadforum.cz, et sa fonction principale est "Converts hundreds of international and historical physical measurement units".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Units Converter for 750+ physical units

Téléchargez les fichiers d'extension Units Converter for 750+ physical units au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Units Converter for 750+ physical units Units Converter for 750+ physical units
ID ebnemphdfjknjopeaefgjifeigpnbmbd
URL Officiel https://chromewebstore.google.com/detail/units-converter-for-750+/ebnemphdfjknjopeaefgjifeigpnbmbd
Description Converts hundreds of international and historical physical measurement units
Taille du Fichier 19.15 KB
Nombre d'Installations 472
Version Actuelle 1.0
Dernière Mise à Jour 2020-01-31
Date de Publication 2020-01-09
Évaluation 3.25/5 Total 4 Évaluations
Développeur https://www.cadforum.cz
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.cadstudio.cz/en/privacy.asp
Langues Prises en Charge 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"
        }
    }
}