Up Url
enables auto-parsing and navigation of current url
O que é Up Url?
Up Url é uma extensão do Chrome desenvolvida por https://netrc.com, e sua principal característica é "enables auto-parsing and navigation of current url".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Up Url
Baixe arquivos de extensão Up Url 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
Simple, unobtrusive utility that helps navigate websites. Clicking on the icon will display a list of URLs, each one based on the current tab's URL with subdirectories deleted one-by-one. This allows you to go to exactly where you want to in the site's URL hierarchy without having to find the 'home' or other exact link on the page. Free, no ads, no analytics.
Informações Básicas da Extensão
Nome | Up Url |
ID | cagmkfldeglkpnoehchbbdjmgddacodk |
URL Oficial | https://chromewebstore.google.com/detail/up-url/cagmkfldeglkpnoehchbbdjmgddacodk |
Descrição | enables auto-parsing and navigation of current url |
Tamanho do Arquivo | 19.5 KB |
Contagem de Instalações | 145 |
Versão Atual | 1.0 |
Última Atualização | 2014-01-17 |
Data de Publicação | 2014-01-17 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | https://netrc.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Up Url", "version": "1.0", "description": "enables auto-parsing and navigation of current url", "browser_action": { "default_icon": "icon.png", "default_popup": "upurl.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |