Currency converter
This extension is to convert your currency to other
Co je Currency converter?
Currency converter je rozšíření Chrome vyvinuté Fasalu Rahman KM, a jeho hlavní funkcí je „This extension is to convert your currency to other“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Currency converter
Stáhněte si soubory rozšíření Currency converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
The extension is to convert your currency to 160 other currency. you will have the following options, - Convert your currency to 160 other currency, - ASK and BID of the selected currency - Based on yahoo financial Exchange - Get all convert result - An option to compare all currency and its BID and ASK amount
Základní Informace o Rozšíření
Název | |
ID | mfgmiiamglkhffmnehbmiekogaegehgk |
Oficiální URL | https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk |
Popis | This extension is to convert your currency to other |
Velikost souboru | 89.98 KB |
Počet instalací | 37 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-03-10 |
Datum Vydání | 2014-03-10 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | Fasalu Rahman KM |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency converter", "description": "This extension is to convert your currency to other", "version": "1.0", "permissions": [ "https:\/\/query.yahooapis.com\/v1\/public\/*", "http:\/\/fonts.googleapis.com\/*", "http:\/\/code.angularjs.org\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ", "browser_action": { "default_icon": "equal16.png", "default_popup": "currencyConverter.html" }, "icons": { "16": "equal16.png", "48": "equal48.png", "128": "equal.png" }, "short_name": "convert currency" } |