Alias Links

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

什麼是Alias Links?

Alias Links是由Vinay Kumar開發的Chrome擴展程式,該擴展的主要功能是“Aliasing the links that we hardly remember. Set a unique word for a link.”。

擴展截圖

screenshot

下載Alias Links擴展crx文件

下載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
官方網址 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"
    ]
}