ugtabdl
Changes the Download Tab buttons location in 'ug' site.
ما هو ugtabdl؟
ugtabdl هو إضافة Chrome تم تطويرها بواسطة MT، والميزة الرئيسية لها هي "Changes the Download Tab buttons location in 'ug' site.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ugtabdl
قم بتنزيل ملفات الامتداد ugtabdl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } ] } |