Linki

Turns all things supposed to be links into clickable links.

Linkiとは何ですか?

LinkiはGrannyCookiesによって開発されたChromeの拡張機能で、その主な機能は「Turns all things supposed to be links into clickable links.」です。

拡張機能のスクリーンショット

screenshot

Linki拡張機能のCRXファイルをダウンロード

Linki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Link turns all 'unclickable' links into normal, clickable ones.

Designed for scratch.mit.edu - but it should work on any site.

By Alex Bates (aka GrannyCookies)                    

拡張機能の基本情報

名前 Linki Linki
ID flkapddfakppnmgnoncjpblneeojcmdj
公式URL https://chromewebstore.google.com/detail/linki/flkapddfakppnmgnoncjpblneeojcmdj
説明 Turns all things supposed to be links into clickable links.
ファイルサイズ 46.69 KB
インストール数 110
現在のバージョン 1.3
最終更新日 2014-11-10
公開日 2014-11-10
評価 2.60/5 合計 5 レビュー
開発者 GrannyCookies
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linki",
    "description": "Turns all things supposed to be links into clickable links.",
    "version": "1.3",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Run Linki",
        "default_icon": "48.png"
    }
}