Context Currency Converter Mod

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

Wat is Context Currency Converter Mod?

Context Currency Converter Mod is een Chrome-extensie ontwikkeld door dabinn, en de belangrijkste functie is "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Context Currency Converter Mod

Download Context Currency Converter Mod-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Context Currency Converter Mod Context Currency Converter Mod
ID mccbndcnmkklfocdahmdillkbjnpidpl
Officiële URL https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl
Beschrijving A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Bestandsgrootte 169 KB
Aantal Installaties 447
Huidige Versie 1.1
Laatst Bijgewerkt 2018-06-15
Publicatiedatum 2018-06-15
Beoordeling 4.93/5 Totaal 15 Beoordelingen
Ontwikkelaar dabinn
Betalingswijze free
Ondersteunde Talen 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"
}