Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Was ist Context Currency Converter Mod?
Context Currency Converter Mod ist eine Chrome-Erweiterung, die von dabinn entwickelt wurde, und ihr Hauptmerkmal ist "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".
Erweiterungsscreenshots
Context Currency Converter Mod-Erweiterungs-CRX-Datei herunterladen
Laden Sie Context Currency Converter Mod-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Grundlegende Informationen zur Erweiterung
Name | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
Offizielle URL | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
Beschreibung | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
Dateigröße | 169 KB |
Installationsanzahl | 447 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-06-15 |
Veröffentlichungsdatum | 2018-06-15 |
Bewertung | 4.93/5 Insgesamt 15 Bewertungen |
Entwickler | dabinn |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |