U tabs
This extension will merge all the tabs from different windows into one window
ما هو U tabs؟
U tabs هو إضافة Chrome تم تطويرها بواسطة Neil، والميزة الرئيسية لها هي "This extension will merge all the tabs from different windows into one window".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة U tabs
قم بتنزيل ملفات الامتداد U tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Merge all the tabs from all the Chrome windows into the current window.
معلومات أساسية عن التمديد
الاسم | |
ID | jamieplpgaodmgkcjpigniafokfmmhjk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/u-tabs/jamieplpgaodmgkcjpigniafokfmmhjk |
الوصف | This extension will merge all the tabs from different windows into one window |
حجم الملف | 9.38 KB |
عدد التثبيتات | 102 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-03-16 |
تاريخ النشر | 2017-03-16 |
المطور | Neil |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "U tabs", "description": "This extension will merge all the tabs from different windows into one window", "version": "1.0", "background": { "scripts": [ "merge.js" ] }, "icons": { "48": "icon48.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_title": "Merge all tabs" }, "permissions": [ "tabs" ] } |