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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}