Tab Cutter
This extension divides one window into two
ما هو Tab Cutter؟
Tab Cutter هو إضافة Chrome تم تطويرها بواسطة soags، والميزة الرئيسية لها هي "This extension divides one window into two".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tab Cutter
قم بتنزيل ملفات الامتداد Tab Cutter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This simple tab organization tool divides one window into two. If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window. If you are looking for Tab Scissors, have a try.
معلومات أساسية عن التمديد
الاسم | Tab Cutter |
ID | mekmindbhhjinkmgdjabpgfkaekhmgkj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj |
الوصف | This extension divides one window into two |
حجم الملف | 11.09 KB |
عدد التثبيتات | 579 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-08-31 |
تاريخ النشر | 2023-08-30 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | soags |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/soags/tab-cutter |
عنوان صفحة المساعدة | https://github.com/soags/tab-cutter/issues |
عنوان صفحة سياسة الخصوصية | https://soags.github.io/privacy-policy/chrome-extensions |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Cutter", "description": "This extension divides one window into two", "version": "1.0.1.0", "version_name": "1.0.1", "icons": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "action": { "default_icon": { "16": "public\/icon-16.png", "48": "public\/icon-48.png", "128": "public\/icon-128.png" }, "default_title": "Tab Cutter" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [] } |