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ファイルをダウンロード

Advanced Forward Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}