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
官方網址 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"
    }
}