Context Currency Converter Mod

A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.

Apa itu Context Currency Converter Mod?

Context Currency Converter Mod adalah ekstensi Chrome yang dikembangkan oleh dabinn, dan fitur utamanya adalah "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Context Currency Converter Mod

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

                        Please try the original Context Currency Converter at first.
https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf                    

Informasi Dasar Ekstensi

Nama Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
URL Resmi https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
Deskripsi A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Ukuran File 169 KB
Jumlah Instalasi 447
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-06-15
Tanggal Publikasi 2018-06-15
Penilaian 4.93/5 Total 15 Penilaian
Pengembang dabinn
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "author": "[email protected]",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html",
        "default_title": "Currency Converter Mod"
    },
    "description": "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Context Currency Converter Mod",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardRead",
        "http:\/\/openexchangerates.org\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}