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