Alias Links

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

Что такое Alias Links?

Alias Links - это расширение Chrome, разработанное Vinay Kumar, и его основная функция - "Aliasing the links that we hardly remember. Set a unique word for a link.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Alias Links

Скачайте файлы расширений Alias Links в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Alias Links Alias Links
ID hnmffkbofelpmfnimaicmkdhimnaegla
Официальный URL https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla
Описание Aliasing the links that we hardly remember. Set a unique word for a link.
Размер файла 65.29 KB
Количество установок 556
Текущая Версия 1.4.3
Последнее Обновление 2020-06-25
Дата публикации 2020-06-24
Рейтинг 3.95/5 Всего 41 оценок
Разработчик Vinay Kumar
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://technobowli.blogspot.in/
URL страницы помощи https://github.com/gnulinooks/AliasLinks/issues
Поддерживаемые языки 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"
    ]
}