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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    ]
}