Static Tab

This extension prevents you from opening more than one tab with the same base URL

Static Tabคืออะไร?

Static Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tangodanc และคุณลักษณะหลักของมันคือ "This extension prevents you from opening more than one tab with the same base URL"

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

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

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

                        Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy                    

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

ชื่อ Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
คำอธิบาย This extension prevents you from opening more than one tab with the same base URL
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-04-14
วันที่เผยแพร่ 2015-04-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tangodanc
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Static Tab",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension prevents you from opening more than one tab with the same base URL",
    "homepage_url": "http:\/\/hightechfor.me",
    "icons": {
        "16": "icons\/statictab16.png",
        "48": "icons\/statictab48.png",
        "128": "icons\/statictab128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "idle",
        "management",
        "tabs"
    ]
}