Alias Links

Aliasing the links that we hardly remember. Set a unique word for a link.

O que é Alias Links?

Alias Links é uma extensão do Chrome desenvolvida por Vinay Kumar, e sua principal característica é "Aliasing the links that we hardly remember. Set a unique word for a link.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Alias Links

Baixe arquivos de extensão Alias Links 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

                        Please read http://technobowli.blogspot.in/ for full detailed features of this extension. Your comments are valuable and will help me to improve the extension.

If you find any issues with extension then please address it at. https://github.com/gnulinooks/AliasLinks/issues. 

New Additions:

1. New UI
2. removed input field and added explicit Edit button to avoid mistakes.
3. Easy delete button. Just delete and save the aliases.
4. Easy Save, just hit enter after writing your alias to save it.
5. Syncing of aliases across machines is enabled. You just need to keep your chrome signed in with your google account.

If you want to customize omnibox letter (default is "a"), then please follow the instructions http://technobowli.blogspot.in/2014/03/alias-links-updates.html                    

Informações Básicas da Extensão

Nome Alias Links Alias Links
ID hnmffkbofelpmfnimaicmkdhimnaegla
URL Oficial https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla
Descrição Aliasing the links that we hardly remember. Set a unique word for a link.
Tamanho do Arquivo 65.29 KB
Contagem de Instalações 556
Versão Atual 1.4.3
Última Atualização 2020-06-25
Data de Publicação 2020-06-24
Classificação 3.95/5 Total de 41 Avaliações
Desenvolvedor Vinay Kumar
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://technobowli.blogspot.in/
URL da Página de Ajuda https://github.com/gnulinooks/AliasLinks/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alias Links",
    "manifest_version": 2,
    "version": "1.4.3",
    "description": "Aliasing the links that we hardly remember. Set a unique word for a link.",
    "omnibox": {
        "keyword": "a"
    },
    "icons": {
        "16": "barIcon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}