ugtabdl

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

ugtabdl क्या है?

ugtabdl MT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the Download Tab buttons location in 'ug' site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ugtabdl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}