JumpBack Button
Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Hvad er JumpBack Button?
JumpBack Button er en Chrome-udvidelse udviklet af Brian Slakter and Andrew Packer, og dens hovedfunktion er "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".
Download JumpBack Button-udvidelses-CRX-fil
Download JumpBack Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
--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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | diikgjokohdfgpcbgpnebjknpfoadfda |
| Officiel URL | https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda |
| Beskrivelse | Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory. |
| Filstørrelse | 11.05 KB |
| Antal Installationer | 10 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2014-08-22 |
| Udgivelsesdato | 2014-08-22 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Brian Slakter and Andrew Packer |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/bslakter/JumpBackButton/ |
| Understøttede Sprog | 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"
}
} | |