JumpBack Button
Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Was ist JumpBack Button?
JumpBack Button ist eine Chrome-Erweiterung, die von Brian Slakter and Andrew Packer entwickelt wurde, und ihr Hauptmerkmal ist "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".
JumpBack Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie JumpBack Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
--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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | diikgjokohdfgpcbgpnebjknpfoadfda |
| Offizielle URL | https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda |
| Beschreibung | Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory. |
| Dateigröße | 11.05 KB |
| Installationsanzahl | 10 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2014-08-22 |
| Veröffentlichungsdatum | 2014-08-22 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Brian Slakter and Andrew Packer |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/bslakter/JumpBackButton/ |
| Unterstützte Sprachen | 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"
}
} | |