JumpBack Button

Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.

JumpBack Buttonとは何ですか?

JumpBack ButtonはBrian Slakter and Andrew Packerによって開発されたChromeの拡張機能で、その主な機能は「Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.」です。

JumpBack Button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        --JumpBack Button--
August 21, 2014
Extension Created by Brian Slakter and Andrew Packer

This extension allows a user to navigate back in their browser history, skipping over pages with a URL that match the current page URL up to its final directory. As an example, the JumpBack Button can be used to return to a Yelp search after navigating through photos of a restaurant.  Also useful for websites that contain articles in slideshow format.                    

拡張機能の基本情報

名前 JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
公式URL https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
説明 Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
ファイルサイズ 11.05 KB
インストール数 10
現在のバージョン 1.1
最終更新日 2014-08-22
公開日 2014-08-22
評価 5.00/5 合計 1 レビュー
開発者 Brian Slakter and Andrew Packer
支払い方法 free
拡張機能のウェブサイト https://github.com/bslakter/JumpBackButton/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JumpBack Button",
    "short_name": "JumpBack",
    "description": "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.",
    "version": "1.1",
    "permissions": [
        "history",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}