Monero Monitor
A Chrome extension for monitoring the Monero network
Monero Monitor là gì?
Monero Monitor là một tiện ích mở rộng Chrome được phát triển bởi bigreddmachine, và tính năng chính của nó là "A Chrome extension for monitoring the Monero network".
Ả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 Monero Monitor
Tải xuống các tệp mở rộng Monero Monitor 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 extension: 1) Allows the user to easily monitor basic Monero network statistics, including network hashrate; the most recent block, time, and reward; network difficulty; and total coin supply. Now includes market overview and cap informations! 2) Provides easy access to the current XMR exchange rates on the Poloniex exchange. 3) Provides easy access to the current posts on the /r/monero subreddit and Monero StackExchange. 4) Enable an additional tab to monitor mining status on a number of XMR mining pools. 5) Get quick access to Monero Monitor Podcast episode links. Source located at: https://github.com/monero-monitor/monero-monitor ---- Contributors: - bigreddmachine - kenshi84 v1.4 Release Notes - Added Monero Monitor Podcast feed - Removed broken Poloniex markets v1.3 Notes - Added Monero StackExchange tab (Thanks to kenshi84!) - Fixed MoneroBlocks API issue - Fixed bug in mining information display - Improved formatting and style definitions v1.2 Notes: - Set default reddit view (hot, new, rising, controversial, top) in Options page - Set number of reddit posts to show (10, 15, 20, 25, 30) in Options page - Updated Poloniex markets - New mining pools v1.1 Notes: - Changed network API from chainradar.com to moneroblock.info - Removed old Poloniex Markets - Updated mining pools - Fixed formatting issues with mining pool information ---- XMR: 49VtwYXDbbh7hq57wwkLH36x4D6XV6Tr2P93ANnBi9qFGyYZbx8SXWPUHC9V1o7N41b4c3WJ1kubkffRfPTPfMuB8QUqFD5
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Monero Monitor |
ID | ojekadcfnkkihlleaafggfgbggdckpgo |
URL Chính Thức | https://chromewebstore.google.com/detail/monero-monitor/ojekadcfnkkihlleaafggfgbggdckpgo |
Mô tả | A Chrome extension for monitoring the Monero network |
Kích Thước Tệp | 139 KB |
Số Lần Cài Đặt | 285 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2017-08-18 |
Ngày Phát Hành | 2017-08-18 |
Đánh Giá | 4.75/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | bigreddmachine |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/monero-monitor/monero-monitor |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Monero Monitor", "short_name": "XMR Monitor", "author": "bigreddmachine", "version": "1.4.1", "version_name": "1.4.1", "description": "A Chrome extension for monitoring the Monero network", "icons": { "128": "data\/img\/128.png" }, "browser_action": { "default_icon": { "19": "data\/img\/icon19.png", "38": "data\/img\/icon38.png" }, "default_title": "Monero Monitor", "default_popup": "data\/html\/popup.html" }, "options_ui": { "page": "data\/html\/options.html", "chrome_style": true }, "background": { "scripts": [ "lib\/js\/popup.js", "lib\/jquery\/jquery.min.js", "lib\/js\/funcs.js", "lib\/js\/navigation.js", "lib\/js\/network.js", "lib\/js\/markets.js", "lib\/js\/reddit.js", "lib\/js\/mining.js", "lib\/js\/podcast.js", "lib\/js\/options.js" ] }, "permissions": [ "storage", "https:\/\/api.coindesk.com\/", "http:\/\/moneroblocks.info\/api\/" ] } |