Kin Price
Kin Price Monitor and other utilities around Kin
Kin Price là gì?
Kin Price là một tiện ích mở rộng Chrome được phát triển bởi SkyFoxx Apps, và tính năng chính của nó là "Kin Price Monitor and other utilities around Kin".
Ả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 Kin Price
Tải xuống các tệp mở rộng Kin Price 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
This is a Google Chrome extension that shows the price of Kin in USD and other currencies. It will notify you if the price goes higher or lower than a defined price (or by default the last higher/lower price)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lobahgpcojafclgplpiigflegkcnheak |
URL Chính Thức | https://chrome.google.com/webstore/detail/kin-price/lobahgpcojafclgplpiigflegkcnheak |
Mô tả | Kin Price Monitor and other utilities around Kin |
Kích Thước Tệp | 24.78 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-03-14 |
Ngày Phát Hành | 2019-03-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | SkyFoxx Apps |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://hitwill.github.io/tipster-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kin Price", "description": "Kin Price Monitor and other utilities around Kin", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/widgets.coingecko.com; object-src 'self'", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "hitwill", "icons": { "128": "icon.png" }, "web_accessible_resources": [ "icon.png" ], "permissions": [ "background", "notifications", "storage", "http:\/\/api.coinmarketcap.com\/", "http:\/\/www.ecb.europa.eu\/", "https:\/\/api.coinmarketcap.com\/", "https:\/\/widgets.coingecko.com\/coingecko-coin-price-chart-widget.js", "https:\/\/www.ecb.europa.eu\/" ] } |