HistoryStats

Provides a statistical and graphical display of web page visits stored in your browser's history

HistoryStats란 무엇입니까?

HistoryStats은(는) gmsapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a statistical and graphical display of web page visits stored in your browser's history"입니다.

확장 프로그램 스크린샷

screenshot

HistoryStats 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HistoryStats provides you with a statistical and graphical display of your browser's history.  Existing historical web pages can be selected and opened in a new browser tab, and you can sort the browser's history based on total number of visits and most recent visits to web sites. This extension supports simple history deletion capabilities.                    

확장 프로그램 기본 정보

이름 HistoryStats HistoryStats
ID jificbcgkgbgddjehcegimolpobpcpbl
공식 URL https://chrome.google.com/webstore/detail/historystats/jificbcgkgbgddjehcegimolpobpcpbl
설명 Provides a statistical and graphical display of web page visits stored in your browser's history
파일 크기 67.7 KB
설치 횟수 383
현재 버전 1.4
최근 업데이트 2015-08-31
출시 날짜 2015-08-31
평점 3.75/5 총 8 개의 평점
개발자 gmsapps
결제 유형 free
확장 프로그램 웹 사이트 https://sites.google.com/site/appsbygarystump/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HistoryStats",
    "version": "1.4",
    "description": "Provides a statistical and graphical display of web page visits stored in your browser's history",
    "browser_action": {
        "default_icon": "icon24.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "history"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}