Currency converter
This extension is to convert your currency to other
Currency converter là gì?
Currency converter là một tiện ích mở rộng Chrome được phát triển bởi Fasalu Rahman KM, và tính năng chính của nó là "This extension is to convert your currency to other".
Ả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
The extension is to convert your currency to 160 other currency. you will have the following options, - Convert your currency to 160 other currency, - ASK and BID of the selected currency - Based on yahoo financial Exchange - Get all convert result - An option to compare all currency and its BID and ASK amount
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mfgmiiamglkhffmnehbmiekogaegehgk |
URL Chính Thức | https://chrome.google.com/webstore/detail/currency-converter/mfgmiiamglkhffmnehbmiekogaegehgk |
Mô tả | This extension is to convert your currency to other |
Kích Thước Tệp | 89.98 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-03-10 |
Ngày Phát Hành | 2014-03-10 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Fasalu Rahman KM |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency converter", "description": "This extension is to convert your currency to other", "version": "1.0", "permissions": [ "https:\/\/query.yahooapis.com\/v1\/public\/*", "http:\/\/fonts.googleapis.com\/*", "http:\/\/code.angularjs.org\/*", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' ", "browser_action": { "default_icon": "equal16.png", "default_popup": "currencyConverter.html" }, "icons": { "16": "equal16.png", "48": "equal48.png", "128": "equal.png" }, "short_name": "convert currency" } |