complit
combine and split tabs.
ما هو complit؟
complit هو إضافة Chrome تم تطويرها بواسطة takc923، والميزة الرئيسية لها هي "combine and split tabs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة complit
قم بتنزيل ملفات الامتداد complit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
COMbine and sPLIT tabs. To split tabs - select tabs (shift + click or command + click tab) - click button to create new window with selected tabs. To combine tabs - don't select tabs - click button to move tabs of last focused window into current window.
معلومات أساسية عن التمديد
الاسم | complit |
ID | pmjnllcflhjbbicackpaihinkkhbngco |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/complit/pmjnllcflhjbbicackpaihinkkhbngco |
الوصف | combine and split tabs. |
حجم الملف | 10.35 KB |
عدد التثبيتات | 162 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2014-10-13 |
تاريخ النشر | 2014-10-13 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | takc923 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "complit", "manifest_version": 2, "version": "0.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "description": "combine and split tabs.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "complit!" } } |