Alias Links

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

Co je Alias Links?

Alias Links je rozšíření Chrome vyvinuté Vinay Kumar, a jeho hlavní funkcí je „Aliasing the links that we hardly remember. Set a unique word for a link.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alias Links

Stáhněte si soubory rozšíření Alias Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Alias Links Alias Links
ID hnmffkbofelpmfnimaicmkdhimnaegla
Oficiální URL https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla
Popis Aliasing the links that we hardly remember. Set a unique word for a link.
Velikost souboru 65.29 KB
Počet instalací 556
Aktuální Verze 1.4.3
Poslední Aktualizace 2020-06-25
Datum Vydání 2020-06-24
Hodnocení 3.95/5 Celkem 41 Hodnocení
Vývojář Vinay Kumar
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://technobowli.blogspot.in/
URL Stránky Nápovědy https://github.com/gnulinooks/AliasLinks/issues
Podporované Jazyky 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"
    ]
}