Auto Tab Group
This extension will automatically group tabs by domain if a group already exists with only that domain in the group.
Что такое Auto Tab Group?
Auto Tab Group - это расширение Chrome, разработанное ron.troyer, и его основная функция - "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.".
Снимки экрана расширения
Скачать файл CRX расширения Auto Tab Group
Скачайте файлы расширений Auto Tab Group в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Auto Tab Group will automatically group any new tab created to any tab group you've already created that only has a single domain in it. This helps keep your tabs organized automatically! Основная информация о расширении
| Название | |
| ID | fegfjeilahnhmeeiaagmdnnmenefpgld |
| Официальный URL | https://chromewebstore.google.com/detail/auto-tab-group/fegfjeilahnhmeeiaagmdnnmenefpgld |
| Описание | This extension will automatically group tabs by domain if a group already exists with only that domain in the group. |
| Размер файла | 15.59 KB |
| Количество установок | 10 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2021-05-10 |
| Дата публикации | 2021-03-18 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | ron.troyer |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/j0be/AutoTabGroup |
| URL страницы помощи | https://github.com/j0be/AutoTabGroup |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Tab Group",
"description": "This extension will automatically group tabs by domain if a group already exists with only that domain in the group.",
"version": "1.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs",
"tabGroups"
],
"icons": {
"16": "\/16x16.png",
"32": "\/32x32.png",
"48": "\/48x48.png",
"128": "\/128x128.png"
}
} | |