JumpBack Button

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

Apa itu JumpBack Button?

JumpBack Button adalah ekstensi Chrome yang dikembangkan oleh Brian Slakter and Andrew Packer, dan fitur utamanya adalah "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".

Unduh Berkas CRX Ekstensi JumpBack Button

Unduh file ekstensi JumpBack Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama JumpBack Button JumpBack Button
ID diikgjokohdfgpcbgpnebjknpfoadfda
URL Resmi https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda
Deskripsi Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Ukuran File 11.05 KB
Jumlah Instalasi 10
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-08-22
Tanggal Publikasi 2014-08-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Brian Slakter and Andrew Packer
Tipe Pembayaran free
Situs Ekstensi https://github.com/bslakter/JumpBackButton/
Bahasa yang Didukung 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"
    }
}