URL Alias

URL Alias allows the user to define a short alias for a url, in order to access websites faster.

O que é URL Alias?

URL Alias é uma extensão do Chrome desenvolvida por Merve Sahin, e sua principal característica é "URL Alias allows the user to define a short alias for a url, in order to access websites faster.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão URL Alias

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

                        URL Alias allows users to define simple aliases for urls, in order to access websites faster from the address bar.

- Users are able to create aliases the same way they can create bookmarks: with a button on the address bar.
- When entering the alias in the address bar, it needs to be prefixed with a slash (/).
- Existing aliases can be viewed & edited by opening the extensions popup in the address bar and clicking 'My aliases'                    

Informações Básicas da Extensão

Nome URL Alias URL Alias
ID fchefaeihhednjnhhpfffibfbojdcmhk
URL Oficial https://chromewebstore.google.com/detail/url-alias/fchefaeihhednjnhhpfffibfbojdcmhk
Descrição URL Alias allows the user to define a short alias for a url, in order to access websites faster.
Tamanho do Arquivo 94.77 KB
Contagem de Instalações 215
Versão Atual 1.5
Última Atualização 2022-03-08
Data de Publicação 2020-09-06
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Merve Sahin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Merve40/url-alias
URL da Página de Ajuda https://github.com/Merve40/url-alias
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Alias",
    "description": "URL Alias allows the user to define a short alias for a url, in order to access websites faster.",
    "homepage_url": "https:\/\/github.com\/merve40\/url-alias",
    "version": "1.5",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "util.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "icons\/ic_48.png",
        "128": "icons\/ic_128.png"
    },
    "page_action": {
        "default_icon": "icons\/ic_128.png",
        "default_title": "URL Alias",
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "65.0"
        }
    }
}