Smart Tab Groups
Automatically manages your tabs by URL!
Что такое Smart Tab Groups?
Smart Tab Groups - это расширение Chrome, разработанное melenbowl, и его основная функция - "Automatically manages your tabs by URL!".
Снимки экрана расширения
Скачать файл CRX расширения Smart Tab Groups
Скачайте файлы расширений Smart Tab Groups в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you.
Sources
- Extension icons: https://www.freepik.com Основная информация о расширении
| Название | |
| ID | phjgaokonmahgagcjmjedgnnedglgbpc |
| Официальный URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
| Описание | Automatically manages your tabs by URL! |
| Размер файла | 12.52 KB |
| Количество установок | 121 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2021-02-18 |
| Дата публикации | 2021-02-18 |
| Рейтинг | 4.00/5 Всего 2 оценок |
| Разработчик | melenbowl |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Smart Tab Groups",
"version": "1.0",
"description": "Automatically manages your tabs by URL!",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/tab16.png",
"32": "images\/tab32.png",
"64": "images\/tab64.png",
"128": "images\/tab128.png"
},
"manifest_version": 2
} | |