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 |
官方網址 | 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 } |