MiniTab

Open URLs inside the MiniTab popup

Co je MiniTab?

MiniTab je rozšíření Chrome vyvinuté shani, a jeho hlavní funkcí je „Open URLs inside the MiniTab popup“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření MiniTab

Stáhněte si soubory rozšíření MiniTab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MiniTab MiniTab
ID gdnlglgcfncfaodmhhgdhddfnnebddee
Oficiální URL https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee
Popis Open URLs inside the MiniTab popup
Velikost souboru 16.84 KB
Počet instalací 207
Aktuální Verze 1.2
Poslední Aktualizace 2016-07-13
Datum Vydání 2016-07-13
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář shani
Typ Platby free
Podporované Jazyky 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
}