MiniTab

Open URLs inside the MiniTab popup

O que é MiniTab?

MiniTab é uma extensão do Chrome desenvolvida por shani, e sua principal característica é "Open URLs inside the MiniTab popup".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MiniTab

Baixe arquivos de extensão MiniTab 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

                        With MiniTab you can surf in websites while waiting for other web-pages to load. Currently, you may experience some problems while using this extension since this is the very first version of it and not all websites are supported due to the "X-Frame-Options" error. YouTube is now supported so you can watch ALL youtube videos from the extension. Have fun using it!
The Author.                    

Informações Básicas da Extensão

Nome MiniTab MiniTab
ID gdnlglgcfncfaodmhhgdhddfnnebddee
URL Oficial https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee
Descrição Open URLs inside the MiniTab popup
Tamanho do Arquivo 16.84 KB
Contagem de Instalações 207
Versão Atual 1.2
Última Atualização 2016-07-13
Data de Publicação 2016-07-13
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor shani
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiniTab",
    "description": "Open URLs inside the MiniTab popup",
    "version": "1.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Display MiniTab",
        "default_icon": "MiniTabIcon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "MiniTabIcon.png",
        "1000": "icon1000.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}