ugtabdl
Changes the Download Tab buttons location in 'ug' site.
什麼是ugtabdl?
ugtabdl是由MT開發的Chrome擴展程式,該擴展的主要功能是“Changes the Download Tab buttons location in 'ug' site.”。
擴展截圖
下載ugtabdl擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | kobhkedkemeneipolbjfcjobhbekdeen |
| 官方網址 | 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"
]
}
]
} | |