Enhanced Developer Console

Highlight current/total installs, average/total ratings and crashes/ANRs count.

Enhanced Developer Console란 무엇입니까?

Enhanced Developer Console은(는) AQ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight current/total installs, average/total ratings and crashes/ANRs count."입니다.

확장 프로그램 스크린샷

screenshot

Enhanced Developer Console 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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.                    

확장 프로그램 기본 정보

이름 Enhanced Developer Console Enhanced Developer Console
ID djoghnkbhcnonnmcpnlfbkokgdmgamog
공식 URL https://chromewebstore.google.com/detail/enhanced-developer-consol/djoghnkbhcnonnmcpnlfbkokgdmgamog
설명 Highlight current/total installs, average/total ratings and crashes/ANRs count.
파일 크기 15.69 KB
설치 횟수 327
현재 버전 0.24
최근 업데이트 2016-01-19
출시 날짜 2016-01-18
평점 5.00/5 총 1 개의 평점
개발자 AQ
결제 유형 free
지원되는 언어 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"
    ]
}