Tumblr Underline

This extension adds a native underline to links on the Tumblr dashboard

Tumblr Underline là gì?

Tumblr Underline là một tiện ích mở rộng Chrome được phát triển bởi EmandM, và tính năng chính của nó là "This extension adds a native underline to links on the Tumblr dashboard".

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

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

                        The Tumblr dashboard uses a custom underline on their links. This extension changes that to a native css underline as the custom underline can stop working on some machines. The custom underline is not affected so you can disable this extension when Tumblr's underline starts working again.                    

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

Tên Tumblr Underline Tumblr Underline
ID bhnpajefcgeoffljbjbgabpcigmaedbo
URL Chính Thức https://chrome.google.com/webstore/detail/tumblr-underline/bhnpajefcgeoffljbjbgabpcigmaedbo
Mô tả This extension adds a native underline to links on the Tumblr dashboard
Kích Thước Tệp 4.78 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-06-01
Ngày Phát Hành 2016-06-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển EmandM
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": "Tumblr Underline",
    "description": "This extension adds a native underline to links on the Tumblr dashboard",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "underline.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "underline.css"
    ],
    "permissions": [
        "https:\/\/www.tumblr.com\/*"
    ],
    "icons": {
        "128": "tumblrUnderline.png"
    }
}