JumpBack Button
Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Co to jest JumpBack Button?
JumpBack Button to rozszerzenie Chrome opracowane przez Brian Slakter and Andrew Packer, a jego główną funkcją jest „Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.”.
Pobierz plik CRX rozszerzenia JumpBack Button
Pobierz pliki rozszerzeń JumpBack Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
--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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | diikgjokohdfgpcbgpnebjknpfoadfda |
| Oficjalny URL | https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda |
| Opis | Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory. |
| Rozmiar pliku | 11.05 KB |
| Liczba instalacji | 10 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2014-08-22 |
| Data Publikacji | 2014-08-22 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Brian Slakter and Andrew Packer |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/bslakter/JumpBackButton/ |
| Obsługiwane Języki | 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"
}
} | |