MiniTab

Open URLs inside the MiniTab popup

What is MiniTab?

MiniTab is a Chrome extension developed by shani, and its main feature is "Open URLs inside the MiniTab popup".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MiniTab Extension CRX File

Download MiniTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MiniTab MiniTab
ID gdnlglgcfncfaodmhhgdhddfnnebddee
Official URL https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee
Description Open URLs inside the MiniTab popup
File Size 16.84 KB
Installation Count 207
Current Version 1.2
Last Updated 2016-07-13
Publish Date 2016-07-13
Rating 4.00/5 Total 1 Ratings
Developer shani
Payment Type free
Supported Languages 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
}