Unique Tabs
Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
ما هو Unique Tabs؟
Unique Tabs هو إضافة Chrome تم تطويرها بواسطة [email protected]، والميزة الرئيسية لها هي "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unique Tabs
قم بتنزيل ملفات الامتداد Unique Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed. معلومات أساسية عن التمديد
| الاسم | |
| ID | cicbejncjmbkbahiicbiflndmhbcgibk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk |
| الوصف | Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window. |
| حجم الملف | 12.87 KB |
| عدد التثبيتات | 3,131 |
| النسخة الحالية | 0.6 |
| آخر تحديث | 2015-06-10 |
| تاريخ النشر | 2015-06-10 |
| تقييم | 4.24/5 مجموع تقييمات 29 |
| المطور | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/joeyAghion/unique_tabs |
| عنوان صفحة المساعدة | http://github.com/joeyAghion/unique_tabs |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unique Tabs",
"description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
"version": "0.6",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"notifications",
"webNavigation"
],
"web_accessible_resources": [
"icon48.png"
],
"manifest_version": 2
} | |