History Button

Provides quick icon access to your browser history.

History Button란 무엇입니까?

History Button은(는) Dan Barnett에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides quick icon access to your browser history."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your history. It either opens a new tab, or switches to the history tab if you already have it open in another tab.

You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs.

See also "Chrome Downloads Button" and "Chrome Extensions Button" from the link below.                    

확장 프로그램 기본 정보

이름 History Button History Button
ID ejbmfhgfpejndimejlfghaddkphononj
공식 URL https://chromewebstore.google.com/detail/history-button/ejbmfhgfpejndimejlfghaddkphononj
설명 Provides quick icon access to your browser history.
파일 크기 25.31 KB
설치 횟수 5,208
현재 버전 0.2
최근 업데이트 2013-06-18
출시 날짜 2013-06-17
평점 4.26/5 총 19 개의 평점
개발자 Dan Barnett
결제 유형 free
확장 프로그램 웹 사이트 http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_19x19.png"
    },
    "description": "Provides quick icon access to your browser history.",
    "icons": {
        "128": "images\/icon_128x128.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png"
    },
    "name": "History Button",
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2"
}