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 с друзьями, чтобы легко установить расширения 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.
Основная информация о расширении
Название | |
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" } } |