Flip That Tab

Flips a guitar tab on ultimate guitar

Qu'est-ce que Flip That Tab ?

Flip That Tab est une extension Chrome développée par Unknown, et sa fonction principale est "Flips a guitar tab on ultimate guitar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flip That Tab

Téléchargez les fichiers d'extension Flip That Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Flip That Tab Flip That Tab
ID cdciibllmibdlannjhadoapbdpgeemga
URL Officiel https://chromewebstore.google.com/detail/flip-that-tab/cdciibllmibdlannjhadoapbdpgeemga
Description Flips a guitar tab on ultimate guitar
Taille du Fichier 74.98 KB
Nombre d'Installations 658
Version Actuelle 1.1.1
Dernière Mise à Jour 2016-05-29
Date de Publication 2016-05-28
Évaluation 3.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}