ugtabdl

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

ugtabdlคืออะไร?

ugtabdl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MT และคุณลักษณะหลักของมันคือ "Changes the Download Tab buttons location in 'ug' site."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ugtabdl

ดาวน์โหลดไฟล์ส่วนขยาย ugtabdl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ugtabdl ugtabdl
ID kobhkedkemeneipolbjfcjobhbekdeen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ugtabdl/kobhkedkemeneipolbjfcjobhbekdeen
คำอธิบาย Changes the Download Tab buttons location in 'ug' site.
ขนาดไฟล์ 4.08 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2019-07-07
วันที่เผยแพร่ 2019-07-07
ผู้พัฒนา MT
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}