DAX / iStats log
Logs calls to DAX and iStats
DAX / iStats log là gì?
DAX / iStats log là một tiện ích mở rộng Chrome được phát triển bởi Miguel L Gonzalez, và tính năng chính của nó là "Logs calls to DAX and iStats".
Ả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 DAX / iStats log
Tải xuống các tệp mở rộng DAX / iStats log 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
V. 0.5.2 Works on SSL pages. Better way to enable/disable V. 0.5. Allows filtering by path. V. 0.4. Now the panel is an independent window. This extension logs calls to iStats to help find out what information is being sent to this service. It features white and blacklisting, as well as label filtering, so tracking down the label in the stat you're looking for is easier. For any issues, bugs, ideas or praises: https://github.com/miguelgonz/chrome_istats
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DAX / iStats log |
ID | jgkkagdpkhpdpddcegfcahbakhefbbga |
URL Chính Thức | https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga |
Mô tả | Logs calls to DAX and iStats |
Kích Thước Tệp | 84.51 KB |
Số Lần Cài Đặt | 256 |
Phiên Bản Hiện Tại | 0.5.3 |
Cập Nhật Lần Cuối | 2015-06-19 |
Ngày Phát Hành | 2015-06-19 |
Đánh Giá | 5.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Miguel L Gonzalez |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/miguelgonz/chrome_istats |
URL Trang Trợ Giúp | https://github.com/miguelgonz/chrome_istats |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DAX \/ iStats log", "version": "0.5.3", "description": "Logs calls to DAX and iStats", "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.bbc.co.uk\/*", "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js" ] }, "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/logo.png" } } |