Allowed Tabs

Set the maximum number of open tabs allowed in the browser.

ما هو Allowed Tabs؟

Allowed Tabs هو إضافة Chrome تم تطويرها بواسطة Fernando Dilland، والميزة الرئيسية لها هي "Set the maximum number of open tabs allowed in the browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Allowed Tabs

قم بتنزيل ملفات الامتداد Allowed Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Manage the number of tabs you are allowed to keep open at the same time in the browser.                    

معلومات أساسية عن التمديد

الاسم Allowed Tabs Allowed Tabs
ID deglahadfhbjhkcphfhmanmjdmokhcaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa
الوصف Set the maximum number of open tabs allowed in the browser.
حجم الملف 279 KB
عدد التثبيتات 32
النسخة الحالية 0.1.1
آخر تحديث 2021-07-16
تاريخ النشر 2021-07-12
تقييم 5.00/5 مجموع تقييمات 3
المطور Fernando Dilland
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/fernandomireles/static-allowed-tabs
اللغات المدعومة de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "version": "0.1.1",
    "author": "Fernando Mireles",
    "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs",
    "background": {
        "scripts": [
            "static\/background.js"
        ]
    },
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon-small.png",
        "default_popup": "static\/options.html"
    },
    "options_page": "static\/options.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "static\/icon-small.png",
        "static\/icon.png"
    ]
}