Linkification Chrome

Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.

Linkification Chromeとは何ですか?

Linkification Chromeはhttps://www.resolutedreamer.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Linkification Chrome Linkification Chrome
ID haaamfoknimneabkapikpoccmfekkidj
公式URL https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj
説明 Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
ファイルサイズ 139 KB
インストール数 776
現在のバージョン 1.1.1
最終更新日 2016-08-25
公開日 2016-08-24
評価 2.53/5 合計 15 レビュー
開発者 https://www.resolutedreamer.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkification Chrome",
    "description": "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "linkify.min.js",
                "linkify-jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}