MiniTab

Open URLs inside the MiniTab popup

MiniTab là gì?

MiniTab là một tiện ích mở rộng Chrome được phát triển bởi shani, và tính năng chính của nó là "Open URLs inside the MiniTab popup".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MiniTab

Tải xuống các tệp mở rộng MiniTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MiniTab MiniTab
ID gdnlglgcfncfaodmhhgdhddfnnebddee
URL Chính Thức https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee
Mô tả Open URLs inside the MiniTab popup
Kích Thước Tệp 16.84 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-07-13
Ngày Phát Hành 2016-07-13
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển shani
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}