Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Co to jest Context Currency Converter Mod?
Context Currency Converter Mod to rozszerzenie Chrome opracowane przez dabinn, a jego główną funkcją jest „A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Context Currency Converter Mod
Pobierz pliki rozszerzeń Context Currency Converter Mod w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
Oficjalny URL | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
Opis | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
Rozmiar pliku | 169 KB |
Liczba instalacji | 447 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-06-15 |
Data Publikacji | 2018-06-15 |
Ocena | 4.93/5 Łącznie 15 Oceny |
Deweloper | dabinn |
Typ Płatności | free |
Obsługiwane Języki | 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" } |