URL Switcher
Navigate URL Hierarchy
O que é URL Switcher?
URL Switcher é uma extensão do Chrome desenvolvida por curvedmark, e sua principal característica é "Navigate URL Hierarchy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL Switcher
Baixe arquivos de extensão URL Switcher 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
Navigate through website URL Hierarchy. Inspired by Safari. Source code hosted on GitHub: https://github.com/curvedmark/url-switcher
Informações Básicas da Extensão
Nome | URL Switcher |
ID | jhokdbpcimdpkmgbdnmgcbklohaeleel |
URL Oficial | https://chromewebstore.google.com/detail/url-switcher/jhokdbpcimdpkmgbdnmgcbklohaeleel |
Descrição | Navigate URL Hierarchy |
Tamanho do Arquivo | 7.12 KB |
Contagem de Instalações | 36 |
Versão Atual | 0.1.0 |
Última Atualização | 2013-11-08 |
Data de Publicação | 2013-11-08 |
Desenvolvedor | curvedmark |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/curvedmark |
URL da Página de Ajuda | https://github.com/curvedmark/url-switcher/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Switcher", "version": "0.1.0", "description": "Navigate URL Hierarchy", "icons": { "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js", "url.js" ], "persistent": false } } |