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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة JumpBack Button

قم بتنزيل ملفات الامتداد JumpBack Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}