Automatically Group Tabs
Automatically group tabs by URL
ما هو Automatically Group Tabs؟
Automatically Group Tabs هو إضافة Chrome تم تطويرها بواسطة aximario، والميزة الرئيسية لها هي "Automatically group tabs by URL".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Automatically Group Tabs
قم بتنزيل ملفات الامتداد Automatically Group Tabs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab.
معلومات أساسية عن التمديد
الاسم | Automatically Group Tabs |
ID | apdbpjooldepljcbgbcjefgodkmhenle |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
الوصف | Automatically group tabs by URL |
حجم الملف | 13.7 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2022-05-29 |
تاريخ النشر | 2022-05-16 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | aximario |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "default_locale": "zh_CN", "description": "__MSG_extensionDescription__", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "tabGroups" ], "action": { "default_title": "__MSG_optionsPageTitle__", "default_icon": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" } }, "icons": { "16": "\/images\/tabgroups.png", "32": "\/images\/tabgroups.png", "48": "\/images\/tabgroups.png", "128": "\/images\/tabgroups.png" }, "options_page": "index.html" } |