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