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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Flip That Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}