Hyperlink Text Selector

Hold Shift and select text from a link.

Hyperlink Text Selector là gì?

Hyperlink Text Selector là một tiện ích mở rộng Chrome được phát triển bởi holden321, và tính năng chính của nó là "Hold Shift and select text from a link.".

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

screenshot

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

Tải xuống các tệp mở rộng Hyperlink Text Selector 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

                        Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy!                    

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

Tên Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
URL Chính Thức https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
Mô tả Hold Shift and select text from a link.
Kích Thước Tệp 14.66 KB
Số Lần Cài Đặt 1,387
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-01-03
Ngày Phát Hành 2015-01-03
Đánh Giá 4.06/5 Tổng số 50 Đánh Giá
Nhà Phát Triển holden321
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": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}