Advanced Forward Button

A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).

Advanced Forward Button란 무엇입니까?

Advanced Forward Button은(는) blak111에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent)."입니다.

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

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

확장 프로그램 사용 설명서

                        A forward button that allows you to choose any of the children of the current page you are on. This is in contrast to the built-in forward button that only goes to the most recent child of the page you are on.                    

확장 프로그램 기본 정보

이름 Advanced Forward Button Advanced Forward Button
ID mcmgcmocofjfjkciddamlldmflmipdpk
공식 URL https://chrome.google.com/webstore/detail/advanced-forward-button/mcmgcmocofjfjkciddamlldmflmipdpk
설명 A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).
파일 크기 42.49 KB
설치 횟수 28
현재 버전 0.25
최근 업데이트 2012-07-15
출시 날짜 2012-07-15
평점 5.00/5 총 1 개의 평점
개발자 blak111
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Advanced Forward Button",
    "version": "0.25",
    "manifest_version": 2,
    "description": "A forward button that allows you to choose any of the pages you visited from the current page (rather than only the most recent).",
    "browser_action": {
        "default_icon": "forwardmulti.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "advanced-forward.js"
        ]
    },
    "icons": {
        "16": "forwardmulti.png",
        "48": "forwardmulti.png",
        "128": "forwardmulti.png"
    },
    "permissions": [
        "tabs"
    ]
}