CurrCon
This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more
Vad är CurrCon?
CurrCon är en Chrome-tillägg utvecklad av Jamie Aitken, och dess huvudfunktion är "This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more".
Tilläggsskärmbilder
Ladda ner CurrCon-förlängningens CRX-fil
Ladda ner CurrCon-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
FIXES IN RECENT RELEASES 1.0.6: Minified the JS and HTML Minor UI changes Added Feature in 1.0.5: Adds comma every three characters to separate thousandths for the output making it clearer to read Fixes in 1.0.4: Can't convert currencies of the same kind Changed the way the conversion is determined More unique name than 'Currency Converter' DESCRIPTION This currency converter supports a large amount of currencies; Australian Dollar, Bulgarian Lev, Brazilian Real, Canadian Dollar, Swiss Franc, Chinese Yuan Renminbi, Czech Republic Koruna, Danish Krone, Euro, British Pound Sterling, Hong Kong Dollar, Croatian Kuna, Hungarian Forint, Indonesian Rupiah, Israeli New Sheqel, Indian Rupee, Japanese Yen, South Korean Won, Mexican Peso, Malaysian Ringgit, New Zealand Dollar, Omani Rial, Norwegian Krone, Philippine Peso, Russian Ruble, Swedish Krona, Singapore Dollar, Thailand Baht, Turkish Lira, United States Dollar and the South African Rand. Combine that with its ease of use and you are a set to go.
Grundläggande Information om Tillägg
Namn | |
ID | ejmaedkbndjpcfkfglbhnoejdafdidom |
Officiell webbadress | https://chrome.google.com/webstore/detail/currcon/ejmaedkbndjpcfkfglbhnoejdafdidom |
Beskrivning | This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more |
Filstorlek | 7.22 KB |
Antal Installationer | 13 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2016-10-23 |
Publiceringsdatum | 2016-10-23 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | Jamie Aitken |
Betalningssätt | free |
Tilläggswebbplats | http://www.jamieaitken.com |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CurrCon", "description": "This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more", "version": "1.0.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [] } |