MiniTab

Open URLs inside the MiniTab popup

Wat is MiniTab?

MiniTab is een Chrome-extensie ontwikkeld door shani, en de belangrijkste functie is "Open URLs inside the MiniTab popup".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MiniTab

Download MiniTab-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

                        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.                    

Basisinformatie over de Extensie

Naam MiniTab MiniTab
ID gdnlglgcfncfaodmhhgdhddfnnebddee
Officiële URL https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee
Beschrijving Open URLs inside the MiniTab popup
Bestandsgrootte 16.84 KB
Aantal Installaties 207
Huidige Versie 1.2
Laatst Bijgewerkt 2016-07-13
Publicatiedatum 2016-07-13
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar shani
Betalingswijze free
Ondersteunde Talen 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
}