Currency Thingamajig
Very simple currency exchange converter extension thingamajig for Chrome
Currency Thingamajig là gì?
Currency Thingamajig là một tiện ích mở rộng Chrome được phát triển bởi Danger Owls, và tính năng chính của nó là "Very simple currency exchange converter extension thingamajig for Chrome".
Ả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 Thingamajig
Tải xuống các tệp mở rộng Currency Thingamajig 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 Thingamajig offers a minimal UI to convert between 33 different currencies (listed below). It uses the European Central Bank as source, which updates daily. AUD Australian Dollar BGN Bulgarian Lev BRL Brazilian Real CAD Canadian Dollar CHF Swiss Franc CNY Chinese Yuan CZK Czech Republic Koruna DKK Danish Krone EUR Euro GBP British Pound Sterling HKD Hong Kong Dollar HRK Croatian Kuna HUF Hungarian Forint IDR Indonesian Rupiah ILS Israeli New Sheqel INR Indian Rupee ISK Icelandic Króna JPY Japanese Yen KRW South Korean Won MXN Mexican Peso MYR Malaysian Ringgit NOK Norwegian Krone NZD New Zealand Dollar PHP Philippine Peso PLN Polish Zloty RON Romanian Leu RUB Russian Ruble SEK Swedish Krona SGD Singapore Dollar THB Thai Baht TRY Turkish Lira USD United States Dollar ZAR South African Rand
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Currency Thingamajig |
ID | cjbblmpjckklnimpikhegegfpejhacca |
URL Chính Thức | https://chromewebstore.google.com/detail/currency-thingamajig/cjbblmpjckklnimpikhegegfpejhacca |
Mô tả | Very simple currency exchange converter extension thingamajig for Chrome |
Kích Thước Tệp | 25.11 KB |
Số Lần Cài Đặt | 230 |
Phiên Bản Hiện Tại | 0.21 |
Cập Nhật Lần Cuối | 2018-08-24 |
Ngày Phát Hành | 2018-08-24 |
Đánh Giá | 3.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Danger Owls |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "Currency Thingamajig", "default_icon": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" } }, "name": "Currency Thingamajig", "version": "0.21", "description": "Very simple currency exchange converter extension thingamajig for Chrome", "permissions": [ "storage", "https:\/\/www.ecb.europa.eu\/" ], "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "30", "manifest_version": 2 } |