Flip That Tab
Flips a guitar tab on ultimate guitar
Flip That Tabとは何ですか?
Flip That TabはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Flips a guitar tab on ultimate guitar」です。
拡張機能のスクリーンショット
Flip That Tab拡張機能のCRXファイルをダウンロード
Flip That Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you're like my friend Keith, You enjoy reading tabs with the high tuned string on the bottom instead of the top. This extension does this for you in one click so you can waste less time editing and more time playing the music you love! For example.... Before: E|----3----4 B|---------- G|--2---1--- After: G|--2---1--- B|---------- E|----3----4 Hope this helps, TyDyeTV
拡張機能の基本情報
名前 | Flip That Tab |
ID | cdciibllmibdlannjhadoapbdpgeemga |
公式URL | https://chromewebstore.google.com/detail/flip-that-tab/cdciibllmibdlannjhadoapbdpgeemga |
説明 | Flips a guitar tab on ultimate guitar |
ファイルサイズ | 74.98 KB |
インストール数 | 658 |
現在のバージョン | 1.1.1 |
最終更新日 | 2016-05-29 |
公開日 | 2016-05-28 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flip That Tab", "description": "Flips a guitar tab on ultimate guitar", "version": "1.1.1", "author": "TyDyeTV", "short_name": "Tab Flip", "icons": { "16": "img\/guitar16.png", "48": "img\/guitar48.png", "128": "img\/guitar128.png" }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Flip That Tab", "default_icon": "img\/guitar.png" }, "manifest_version": 2 } |