Unitify

Convert units to your preferred tongue, in-page.

Apa itu Unitify?

Unitify adalah ekstensi Chrome yang dikembangkan oleh Steve Pike, dan fitur utamanya adalah "Convert units to your preferred tongue, in-page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unitify

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

                        Unitify translates units and measurements in webpages in-place, so that you don't have to think about converting them yourself.                    

Informasi Dasar Ekstensi

Nama Unitify Unitify
ID amhbhaikpableefmhhongikpbefdcgmf
URL Resmi https://chromewebstore.google.com/detail/unitify/amhbhaikpableefmhhongikpbefdcgmf
Deskripsi Convert units to your preferred tongue, in-page.
Ukuran File 63.65 KB
Jumlah Instalasi 38
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2013-03-26
Tanggal Publikasi 2013-03-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Steve Pike
Tipe Pembayaran free
Situs Ekstensi http://github.com/stringfellow/unitify
URL Halaman Bantuan http://github.com/stringfellow/unitify/issues
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unitify",
    "description": "Convert units to your preferred tongue, in-page.",
    "version": "1.0.1",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "globe.png",
        "default_popup": "options.html"
    },
    "icons": {
        "128": "globe.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "underscore-min.js",
                "unitify.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}