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 là gì?

JumpBack Button là một tiện ích mở rộng Chrome được phát triển bởi Brian Slakter and Andrew Packer, và tính năng chính của nó là "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".

Tải xuống tệp CRX của tiện ích mở rộng JumpBack Button

Tải xuống các tệp mở rộng JumpBack Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        --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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
URL Chính Thức https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
Mô tả Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Kích Thước Tệp 11.05 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-08-22
Ngày Phát Hành 2014-08-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Brian Slakter and Andrew Packer
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bslakter/JumpBackButton/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}