JumpBack Button
Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.
O que é JumpBack Button?
JumpBack Button é uma extensão do Chrome desenvolvida por Brian Slakter and Andrew Packer, e sua principal característica é "Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory.".
Baixar o arquivo CRX da Extensão JumpBack Button
Baixe arquivos de extensão JumpBack Button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
--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.
Informações Básicas da Extensão
Nome | |
ID | diikgjokohdfgpcbgpnebjknpfoadfda |
URL Oficial | https://chrome.google.com/webstore/detail/jumpback-button/diikgjokohdfgpcbgpnebjknpfoadfda |
Descrição | Navigate back in browser history, skipping over pages with a URL that match the current page URL up to its final directory. |
Tamanho do Arquivo | 11.05 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.1 |
Última Atualização | 2014-08-22 |
Data de Publicação | 2014-08-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Brian Slakter and Andrew Packer |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bslakter/JumpBackButton/ |
Idiomas Suportados | 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" } } |