Enhanced Developer Console
Highlight current/total installs, average/total ratings and crashes/ANRs count.
Enhanced Developer Console là gì?
Enhanced Developer Console là một tiện ích mở rộng Chrome được phát triển bởi AQ, và tính năng chính của nó là "Highlight current/total installs, average/total ratings and crashes/ANRs count.".
Ả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 Enhanced Developer Console
Tải xuống các tệp mở rộng Enhanced Developer Console 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
"Enhanced Developer Console" lets you enhance the statistics displayed on the main page of your Developer Console for Android™. CLICK THE ICON in your search/address bar when you are in front of your applications list at https://play.google.com/apps/publish/ Everything will be blue the first time you are using it, this is normal because no statistics were present. Next time the Developer Console statistics are updated, the changes will be reflected. A "Mark as read" button will appear next to the filter, allowing you to choose when to save the current state of statistics. A blue value corresponds to an increase. A red value corresponds to a decrease. Hover on the value with your pointer to display the delta between the previous and the current value. This is only working on the index page of your Developer Console: https://play.google.com/apps/publish/ Feel free to send feedback prior to ratings so I can improve it. No permissions are requested. --- Released under the terms of the MIT license. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. Android is a trademark of Google Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enhanced Developer Console |
ID | djoghnkbhcnonnmcpnlfbkokgdmgamog |
URL Chính Thức | https://chromewebstore.google.com/detail/enhanced-developer-consol/djoghnkbhcnonnmcpnlfbkokgdmgamog |
Mô tả | Highlight current/total installs, average/total ratings and crashes/ANRs count. |
Kích Thước Tệp | 15.69 KB |
Số Lần Cài Đặt | 327 |
Phiên Bản Hiện Tại | 0.24 |
Cập Nhật Lần Cuối | 2016-01-19 |
Ngày Phát Hành | 2016-01-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | AQ |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enhanced Developer Console", "description": "Highlight current\/total installs, average\/total ratings and crashes\/ANRs count.", "version": "0.24", "homepage_url": "https:\/\/plus.google.com\/+AladinQ", "icons": { "16": "icon.png", "48": "icon_48.png", "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_title": "Enhance Developer Console" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "permissions": [ "activeTab", "declarativeContent" ] } |