MiniTab

Open URLs inside the MiniTab popup

MiniTabคืออะไร?

MiniTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shani และคุณลักษณะหลักของมันคือ "Open URLs inside the MiniTab popup"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MiniTab

ดาวน์โหลดไฟล์ส่วนขยาย MiniTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MiniTab MiniTab
ID gdnlglgcfncfaodmhhgdhddfnnebddee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minitab/gdnlglgcfncfaodmhhgdhddfnnebddee
คำอธิบาย Open URLs inside the MiniTab popup
ขนาดไฟล์ 16.84 KB
จำนวนการติดตั้ง 207
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-07-13
วันที่เผยแพร่ 2016-07-13
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา shani
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}