Improved History

A nice and modern look for browser's history page.

Improved History란 무엇입니까?

Improved History은(는) Karl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nice and modern look for browser's history page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Improved History is an extension that let you render your browser history in toolbar popup UI in a stylish manner.

This addon can basically be a substitute for history page in your browser. Once you open toolbar popup you will see the activity tab (first tab on top left corner). Within the activity tab there are weekdays listed horizontally. Below that there are the history items listed vertically.

Simply click on a day and the vertical list will jump to the specified day. Each history item has a - delete - button next to it. Moreover, you can click on the - more from site - button to see all items related to this one within the history.

There is also a search tab next to the activity tab which you can use to search for desired keywords within the history. The last tab is for the addon settings. Currently, it has a single button to clear all history. Please note that, clearing history with this addon is irreversible. In other words, you cannot bring back the deleted items in the history once they are cleared.                    

확장 프로그램 기본 정보

이름 Improved History Improved History
ID plgkaedealnnbkngbdgiilehecfbaklm
공식 URL https://chromewebstore.google.com/detail/improved-history/plgkaedealnnbkngbdgiilehecfbaklm
설명 A nice and modern look for browser's history page.
파일 크기 2.96 MB
설치 횟수 1,894
현재 버전 0.1.1
최근 업데이트 2018-03-15
출시 날짜 2018-03-15
평점 4.13/5 총 8 개의 평점
개발자 Karl
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://eccorem.com/apps/improved-history.html
도움말 페이지 URL http://eccorem.com/apps/improved-history.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_chrome_extension_name__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        ""
    ],
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "http:\/\/eccorem.com\/apps\/improved-history.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "24": "data\/icons\/24.png",
            "32": "data\/icons\/32.png",
            "64": "data\/icons\/64.png"
        }
    }
}