Url Appender
An utility to avoid typing repeated url
O que é Url Appender?
Url Appender é uma extensão do Chrome desenvolvida por http://blog.tamizhvendan.in, e sua principal característica é "An utility to avoid typing repeated url".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Url Appender
Baixe arquivos de extensão Url Appender 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
Tired of typing the same url with different suffixes. Here is a small utility for you to make you productive. Just configure the base url in the settings once and type only the suffix when you want to browse a particular page. That's it !
Informações Básicas da Extensão
Nome | |
ID | omehmfjfcedkfnipdkiplalieakjgeob |
URL Oficial | https://chrome.google.com/webstore/detail/url-appender/omehmfjfcedkfnipdkiplalieakjgeob |
Descrição | An utility to avoid typing repeated url |
Tamanho do Arquivo | 39.66 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.0 |
Última Atualização | 2014-07-30 |
Data de Publicação | 2014-07-30 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://blog.tamizhvendan.in |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Appender", "version": "1.0", "manifest_version": 2, "description": "An utility to avoid typing repeated url", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |