Tab Organizer
Organizes all tabs by alphabetical order grouping websites together with one click
Что такое Tab Organizer?
Tab Organizer - это расширение Chrome, разработанное wolfmac964, и его основная функция - "Organizes all tabs by alphabetical order grouping websites together with one click".
Снимки экрана расширения
Скачать файл CRX расширения Tab Organizer
Скачайте файлы расширений Tab Organizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Organize Your Tab Bar With One Click! If you're anything like me, then your projects are constantly filling up your browser with a ton of tabs, and trying to navigate through a mess of random tabs is not only annoying but also it takes up precious time and often disrupts your work flow. This extension is a simple solution to that problem. Just click the extension icon once, and your tab bar will automatically rearrange itself, grouping by websites and ordered alphabetically. This extension makes your ugly mess of a tab bar organized, aesthetic, and easy to use. I promise once you use it once, you will never go back! Questions? Email [email protected] Download Now!
Основная информация о расширении
Название | |
ID | klejmohljepdfjiffcjcecidkdpjdafb |
Официальный URL | https://chromewebstore.google.com/detail/tab-organizer/klejmohljepdfjiffcjcecidkdpjdafb |
Описание | Organizes all tabs by alphabetical order grouping websites together with one click |
Размер файла | 70.36 KB |
Количество установок | 277 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2020-06-03 |
Дата публикации | 2020-06-02 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | wolfmac964 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Organizer", "version": "1.0.0", "description": "Organizes all tabs by alphabetical order grouping websites together with one click", "author": "Mac Wolf", "short_name": "Tab Organizer", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" } } |