Tab Groups
A variation of the firefox tab group feature for chrome.
Что такое Tab Groups?
Tab Groups - это расширение Chrome, разработанное axolotl, и его основная функция - "A variation of the firefox tab group feature for chrome.".
Снимки экрана расширения
Скачать файл CRX расширения Tab Groups
Скачайте файлы расширений Tab Groups в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
See the website readme. Основная информация о расширении
| Название | |
| ID | gccimjdagnkcchleckogmciiefdngcgl |
| Официальный URL | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
| Описание | A variation of the firefox tab group feature for chrome. |
| Размер файла | 2.09 MB |
| Количество установок | 193 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2015-03-18 |
| Дата публикации | 2015-03-18 |
| Рейтинг | 1.67/5 Всего 15 оценок |
| Разработчик | axolotl |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/Risto-Stevcev/tabgroups |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tab Groups",
"description": "A variation of the firefox tab group feature for chrome.",
"version": "0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"chrome:\/\/favicon\/*"
]
} | |