Metric to Imperial Converter

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

Apa itu Metric to Imperial Converter?

Metric to Imperial Converter adalah ekstensi Chrome yang dikembangkan oleh RJ Richter, dan fitur utamanya adalah "This extension allows the user to convert dimensions between imperial and metric.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Metric to Imperial Converter

Unduh file ekstensi Metric to Imperial Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
URL Resmi https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
Deskripsi This extension allows the user to convert dimensions between imperial and metric.
Ukuran File 263 KB
Jumlah Instalasi 112
Versi Saat Ini 1.2.00
Terakhir Diperbarui 2022-03-23
Tanggal Publikasi 2021-05-19
Pengembang RJ Richter
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
Bahasa yang Didukung 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"
    }
}