Currency converter +
Convert to several currencies
Currency converter + là gì?
Currency converter + là một tiện ích mở rộng Chrome được phát triển bởi gil gol, và tính năng chính của nó là "Convert to several currencies".
Ả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 Currency converter +
Tải xuống các tệp mở rộng Currency converter + 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
'Currency converter +' converts your default currency (Base currency) to several currencies by your choice from list of most used currencies. It get its updates, once a day every business day, by "European Central Bank". The state of the extension saved automatically and you can reset it back to default. In case that your credit card company add commission you can add it also in 'Currency converter +' Ver. 1.3.1 --------- Fix: - broken updating link. Ver. 1.3 --------- Add: - Add/Remove more currencies to convert. Ver. 1.24 --------- Add: - Background color. Few new background colors. - Now can enter values on other currencies. Enabled when commission unchecked. If you have any questions you can email me: [email protected] Source code: https://github.com/gilgol2016/Currency-converter Thanks, and may the extension will help you.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ikcplinpbmdhfbbkjhcpbpiiakfmllih |
URL Chính Thức | https://chrome.google.com/webstore/detail/currency-converter-+/ikcplinpbmdhfbbkjhcpbpiiakfmllih |
Mô tả | Convert to several currencies |
Kích Thước Tệp | 87.49 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.31 |
Cập Nhật Lần Cuối | 2019-04-10 |
Ngày Phát Hành | 2019-04-10 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | gil gol |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/gilgol2016/Currency-converter |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currency converter +", "description": "Convert to several currencies", "version": "1.31", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "scripts": [ { "js": [ "jquery-3.3.1.min.js", "popup.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "19": "images\/currency_logo.png", "38": "images\/currency_logo.png" }, "default_title": "Currency converter +", "default_popup": "popup.html" }, "icons": { "16": "images\/currency_logo16.png", "48": "images\/currency_logo48.png", "64": "images\/currency_logo64.png", "128": "images\/currency_logo.png" } } |