Auto Group Tab
Auto group your Chrome tabs
ما هو Auto Group Tab؟
Auto Group Tab هو إضافة Chrome تم تطويرها بواسطة Huy Vu، والميزة الرئيسية لها هي "Auto group your Chrome tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Group Tab
قم بتنزيل ملفات الامتداد Auto Group Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you. [Require Chrome version 89] How it works: 1. Define the groups and the addresses for each group 2. Open new tabs in your browser as usual 3. Click "Group Tab" to group all your tabs ***** See the video for a better instruction and demo ***** Jot a comment if you have any feedback for this extension, I'll reply you directly.
معلومات أساسية عن التمديد
الاسم | Auto Group Tab |
ID | ockjmhnpoiklcfkdpjfbebjepehbbbco |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco |
الوصف | Auto group your Chrome tabs |
حجم الملف | 230 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-05-09 |
تاريخ النشر | 2021-05-08 |
المطور | Huy Vu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Group Tab", "description": "Auto group your Chrome tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |