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