One Tab to Rule Them All
Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.
ما هو One Tab to Rule Them All؟
One Tab to Rule Them All هو إضافة Chrome تم تطويرها بواسطة Michael Taylor، والميزة الرئيسية لها هي "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One Tab to Rule Them All
قم بتنزيل ملفات الامتداد One Tab to Rule Them All بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension completely disables the use of tabs in Google Chrome. If something was going to open in a new tab, it closes immediately, and is lost forever. Most people probably will not want this extension for everyday browsing, but it is useful for kiosk applications because new tabs will never open.
معلومات أساسية عن التمديد
الاسم | One Tab to Rule Them All |
ID | ihdbhhgfjhgmkcemdmbicneejahfpmok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/one-tab-to-rule-them-all/ihdbhhgfjhgmkcemdmbicneejahfpmok |
الوصف | Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever. |
حجم الملف | 22.21 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-08-07 |
تاريخ النشر | 2018-08-07 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Michael Taylor |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Tab to Rule Them All", "version": "1.2", "description": "Restricts browsing to one tab only. New tabs are immediately closed. Content that would go into a new tab is lost forever.", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |