Max Tabs
A small extension to limit the number of open tabs.
ما هو Max Tabs؟
Max Tabs هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A small extension to limit the number of open tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Max Tabs
قم بتنزيل ملفات الامتداد Max Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.
معلومات أساسية عن التمديد
الاسم | Max Tabs |
ID | ghhcibaghjbdjmnknknlnbobcblfcnma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma |
الوصف | A small extension to limit the number of open tabs. |
حجم الملف | 35.65 KB |
عدد التثبيتات | 5,162 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2018-10-10 |
تاريخ النشر | 2018-10-10 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A small extension to limit the number of open tabs.", "version": "1.0.3", "name": "Max Tabs", "options_page": "options.html", "permissions": [ "activeTab", "management", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |