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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JumpBack Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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