Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
O que é Context Currency Converter Mod?
Context Currency Converter Mod é uma extensão do Chrome desenvolvida por dabinn, e sua principal característica é "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Context Currency Converter Mod
Baixe arquivos de extensão Context Currency Converter Mod no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Informações Básicas da Extensão
Nome | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
URL Oficial | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
Descrição | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
Tamanho do Arquivo | 169 KB |
Contagem de Instalações | 447 |
Versão Atual | 1.1 |
Última Atualização | 2018-06-15 |
Data de Publicação | 2018-06-15 |
Classificação | 4.93/5 Total de 15 Avaliações |
Desenvolvedor | dabinn |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |