Flip That Tab

Flips a guitar tab on ultimate guitar

O que é Flip That Tab?

Flip That Tab é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Flips a guitar tab on ultimate guitar".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Flip That Tab

Baixe arquivos de extensão Flip That Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Flip That Tab Flip That Tab
ID cdciibllmibdlannjhadoapbdpgeemga
URL Oficial https://chromewebstore.google.com/detail/flip-that-tab/cdciibllmibdlannjhadoapbdpgeemga
Descrição Flips a guitar tab on ultimate guitar
Tamanho do Arquivo 74.98 KB
Contagem de Instalações 658
Versão Atual 1.1.1
Última Atualização 2016-05-29
Data de Publicação 2016-05-28
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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
}