ugtabdl

Changes the Download Tab buttons location in 'ug' site.

ugtabdl là gì?

ugtabdl là một tiện ích mở rộng Chrome được phát triển bởi MT, và tính năng chính của nó là "Changes the Download Tab buttons location in 'ug' site.".

Ả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 ugtabdl

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

                        On Ultimate Guitar website, moves the "Download Tab" button from the bottom of the page to the top, to prevent annoying scrolldowns when downloading GP tabs.                    

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

Tên ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
URL Chính Thức https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
Mô tả Changes the Download Tab buttons location in 'ug' site.
Kích Thước Tệp 4.08 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-07-07
Ngày Phát Hành 2019-07-07
Nhà Phát Triển MT
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": "ugtabdl",
    "version": "0.1",
    "description": "Changes the Download Tab buttons location in 'ug' site.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ultimate-guitar.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}