Context Currency Converter Mod
A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.
Vad är Context Currency Converter Mod?
Context Currency Converter Mod är en Chrome-tillägg utvecklad av dabinn, och dess huvudfunktion är "A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency.".
Tilläggsskärmbilder
Ladda ner Context Currency Converter Mod-förlängningens CRX-fil
Ladda ner Context Currency Converter Mod-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Please try the original Context Currency Converter at first. https://chrome.google.com/webstore/detail/context-currency-converte/jnoakmgpnhbbjmojgbkhiihnelpobmkf
Grundläggande Information om Tillägg
Namn | |
ID | mccbndcnmkklfocdahmdillkbjnpidpl |
Officiell webbadress | https://chrome.google.com/webstore/detail/context-currency-converte/mccbndcnmkklfocdahmdillkbjnpidpl |
Beskrivning | A quick modification for 'Context Currency Converter'. This allows user to convert selected numbers with specified currency. |
Filstorlek | 169 KB |
Antal Installationer | 447 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2018-06-15 |
Publiceringsdatum | 2018-06-15 |
Betyg | 4.93/5 Totalt 15 Betyg |
Utvecklare | dabinn |
Betalningssätt | free |
Stödda Språk | 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" } |