Currency Converter

Currency Converter simply adds a popup to find the equivalent of a amount currency to another.

Apa itu Currency Converter?

Currency Converter adalah ekstensi Chrome yang dikembangkan oleh John Sanchirico, dan fitur utamanya adalah "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Currency Converter

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

                        Currency Converter simply adds a popup to find the equivalent of a amount currency to another.                    

Informasi Dasar Ekstensi

Nama Currency Converter Currency Converter
ID kipcafhagipanajgjbklapaifbfgmbof
URL Resmi https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof
Deskripsi Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
Ukuran File 76.83 KB
Jumlah Instalasi 49
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2019-10-23
Tanggal Publikasi 2019-10-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang John Sanchirico
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currency Converter",
    "short_name": "CC",
    "version": "0.1.1",
    "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Currency Converter",
        "default_popup": "popup.html"
    }
}