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 là gì?

Linkification Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.resolutedreamer.com, và tính năng chính của nó là "Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linkification Chrome

Tải xuống các tệp mở rộng Linkification Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linkification Chrome Linkification Chrome
ID haaamfoknimneabkapikpoccmfekkidj
URL Chính Thức https://chromewebstore.google.com/detail/linkification-chrome/haaamfoknimneabkapikpoccmfekkidj
Mô tả Replaces text urls with links that can be clicked on. This extension is inspired by the Firefox Extension with the same name.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 776
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2016-08-25
Ngày Phát Hành 2016-08-24
Đánh Giá 2.53/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://www.resolutedreamer.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}