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
Eメール [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"
    ]
}