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