Flip That Tab

Flips a guitar tab on ultimate guitar

Wat is Flip That Tab?

Flip That Tab is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Flips a guitar tab on ultimate guitar".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Flip That Tab

Download Flip That Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Flip That Tab Flip That Tab
ID cdciibllmibdlannjhadoapbdpgeemga
Officiële URL https://chromewebstore.google.com/detail/flip-that-tab/cdciibllmibdlannjhadoapbdpgeemga
Beschrijving Flips a guitar tab on ultimate guitar
Bestandsgrootte 74.98 KB
Aantal Installaties 658
Huidige Versie 1.1.1
Laatst Bijgewerkt 2016-05-29
Publicatiedatum 2016-05-28
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}