Unit Converter

Easy to use Unit Converter

Apa itu Unit Converter?

Unit Converter adalah ekstensi Chrome yang dikembangkan oleh dtuit, dan fitur utamanya adalah "Easy to use Unit Converter".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unit Converter

Unduh file ekstensi Unit 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

                        •Unit converter will convert your units quick and simple.

•Choose your preferred category and units on the options page.

•Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage,
 
[NEW] Added categories
Energy, Power, Force, Electric Current.
[NEW]
Supports Fractional Inputs

More categories and units to come.

source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt                    

Informasi Dasar Ekstensi

Nama Unit Converter Unit Converter
ID igjeajmonjofckmiheidpmebpmdbbiam
URL Resmi https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam
Deskripsi Easy to use Unit Converter
Ukuran File 63.2 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.0.0.5
Terakhir Diperbarui 2015-11-30
Tanggal Publikasi 2015-11-30
Penilaian 4.23/5 Total 70 Penilaian
Pengembang dtuit
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unit Converter",
    "description": "Easy to use Unit Converter",
    "version": "0.0.0.5",
    "icons": {
        "16": "icons\/Units-icon24.png",
        "48": "icons\/Units-icon48.png",
        "128": "icons\/Units-icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/Units-icon48.png",
        "default_popup": "unitConverter.html"
    }
}