Alias Links

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

Alias Links là gì?

Alias Links là một tiện ích mở rộng Chrome được phát triển bởi Vinay Kumar, và tính năng chính của nó là "Aliasing the links that we hardly remember. Set a unique word for a link.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alias Links

Tải xuống các tệp mở rộng Alias Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alias Links Alias Links
ID hnmffkbofelpmfnimaicmkdhimnaegla
URL Chính Thức https://chromewebstore.google.com/detail/alias-links/hnmffkbofelpmfnimaicmkdhimnaegla
Mô tả Aliasing the links that we hardly remember. Set a unique word for a link.
Kích Thước Tệp 65.29 KB
Số Lần Cài Đặt 556
Phiên Bản Hiện Tại 1.4.3
Cập Nhật Lần Cuối 2020-06-25
Ngày Phát Hành 2020-06-24
Đánh Giá 3.95/5 Tổng số 41 Đánh Giá
Nhà Phát Triển Vinay Kumar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://technobowli.blogspot.in/
URL Trang Trợ Giúp https://github.com/gnulinooks/AliasLinks/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}