CurrCon
This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more
CurrCon là gì?
CurrCon là một tiện ích mở rộng Chrome được phát triển bởi Jamie Aitken, và tính năng chính của nó là "This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CurrCon
Tải xuống các tệp mở rộng CurrCon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ejmaedkbndjpcfkfglbhnoejdafdidom |
URL Chính Thức | https://chrome.google.com/webstore/detail/currcon/ejmaedkbndjpcfkfglbhnoejdafdidom |
Mô tả | This extension allows you to convert between 30 currencies without leaving your current tab, see the description for more |
Kích Thước Tệp | 7.22 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2016-10-23 |
Ngày Phát Hành | 2016-10-23 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Jamie Aitken |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.jamieaitken.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |