Undertaker

Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.

Undertaker là gì?

Undertaker là một tiện ích mở rộng Chrome được phát triển bởi David Glasser, và tính năng chính của nó là "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".

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

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

                        Some people like the links on their websites to blend in with no underlines.

And some of us are color-blind and wish we had our 90s-era underlined links back.

This Chrome extension adds an underline to every link on the web. Underscore this!                    

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

Tên Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
URL Chính Thức https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
Mô tả Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Kích Thước Tệp 2.73 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2014-03-15
Ngày Phát Hành 2014-03-15
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển David Glasser
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "undertaker.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.",
    "name": "Undertaker",
    "version": "3.0"
}