Alias Links

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

Hvad er Alias Links?

Alias Links er en Chrome-udvidelse udviklet af Vinay Kumar, og dens hovedfunktion er "Aliasing the links that we hardly remember. Set a unique word for a link.".

Udvidelsesskærmbilleder

screenshot

Download Alias Links-udvidelses-CRX-fil

Download Alias Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Alias Links Alias Links
ID hnmffkbofelpmfnimaicmkdhimnaegla
Officiel URL https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla
Beskrivelse Aliasing the links that we hardly remember. Set a unique word for a link.
Filstørrelse 65.29 KB
Antal Installationer 556
Nuværende Version 1.4.3
Senest Opdateret 2020-06-25
Udgivelsesdato 2020-06-24
Bedømmelse 3.95/5 Samlet 41 Bedømmelser
Udvikler Vinay Kumar
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://technobowli.blogspot.in/
Hjælpeside-URL https://github.com/gnulinooks/AliasLinks/issues
Understøttede Sprog 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"
    ]
}