Alias Links

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

Alias Links क्या है?

Alias Links Vinay Kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aliasing the links that we hardly remember. Set a unique word for a link."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Alias Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}