JumpBack Button
Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
Vad är JumpBack Button?
JumpBack Button är en Chrome-tillägg utvecklad av Brian Slakter and Andrew Packer, och dess huvudfunktion är "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".
Ladda ner JumpBack Button-förlängningens CRX-fil
Ladda ner JumpBack Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
--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äggande Information om Tillägg
Namn | |
ID | diikgjokohdfgpcbgpnebjknpfoadfda |
Officiell webbadress | https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda |
Beskrivning | Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory. |
Filstorlek | 11.05 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-08-22 |
Publiceringsdatum | 2014-08-22 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Brian Slakter and Andrew Packer |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/bslakter/JumpBackButton/ |
Stödda Språk | 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" } } |