investing.com Currencies
See live currencies by single click and get notification if you want
investing.com Currencies là gì?
investing.com Currencies là một tiện ích mở rộng Chrome được phát triển bởi İbrahim Ercan, và tính năng chính của nó là "See live currencies by single click and get notification if you want".
Ả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 investing.com Currencies
Tải xuống các tệp mở rộng investing.com Currencies 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
Unofficial Investing.com extension designed to simplify tracking currencies and cryptocurrencies. We welcome your feedback and suggestions for new features. Recent updates include: - Added option to sort currencies. - Integration of all supported widget languages for seamless redirection to local pages. - Introduction of a default tab view feature, enabling you to view currencies or cryptocurrencies as your initial screen.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | investing.com Currencies |
ID | iomjnncncpafccgaablgejamkpplgflo |
URL Chính Thức | https://chromewebstore.google.com/detail/investingcom-currencies/iomjnncncpafccgaablgejamkpplgflo |
Mô tả | See live currencies by single click and get notification if you want |
Kích Thước Tệp | 290 KB |
Số Lần Cài Đặt | 1,855 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2024-02-23 |
Ngày Phát Hành | 2019-09-10 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | İbrahim Ercan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/iercan/currency-extension |
URL Trang Trợ Giúp | https://github.com/iercan/currency-extension |
URL Trang Chính Sách Bảo Mật | https://github.com/iercan/privacy_notice/blob/master/PRIVACY_NOTICE.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "investing.com Currencies", "short_name": "investing.com", "description": "See live currencies by single click and get notification if you want", "version": "3.0", "content_security_policy": { "script-src": "self", "object-src": "self" }, "icons": { "16": "css\/images\/icon16.png", "48": "css\/images\/icon48.png", "128": "css\/images\/icon128.png" }, "action": { "default_icon": "css\/images\/favicon.png", "default_title": "Investing Live Currencies", "default_popup": "main.html" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/*.investingwidgets.com\/", "https:\/\/*.investingcurrencies.com\/" ], "background": { "service_worker": "js\/background.js" }, "options_page": "options.html", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/investingcom-currencies\/iomjnncncpafccgaablgejamkpplgflo" } |