Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Что такое Context Currency Converter Mod?
Context Currency Converter Mod - это расширение Chrome, разработанное dabinn, и его основная функция - "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".
Снимки экрана расширения
Скачать файл CRX расширения Context Currency Converter Mod
Скачайте файлы расширений Context Currency Converter Mod в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Основная информация о расширении
Название | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
Официальный URL | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
Описание | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
Размер файла | 169 KB |
Количество установок | 447 |
Текущая Версия | 1.1 |
Последнее Обновление | 2018-06-15 |
Дата публикации | 2018-06-15 |
Рейтинг | 4.93/5 Всего 15 оценок |
Разработчик | dabinn |
Тип оплаты | free |
Поддерживаемые языки | 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" } |