Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Что такое Keeping Tabs?
Keeping Tabs - это расширение Chrome, разработанное Ryan Slocum, и его основная функция - "A chrome extension aiming to simplify the surplus of tabs in one's browser".
Снимки экрана расширения
Скачать файл CRX расширения Keeping Tabs
Скачайте файлы расширений Keeping Tabs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.
Основная информация о расширении
Название | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
Официальный URL | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
Описание | A chrome extension aiming to simplify the surplus of tabs in one's browser |
Размер файла | 10.73 KB |
Количество установок | 160 |
Текущая Версия | 0.1.6 |
Последнее Обновление | 2020-09-29 |
Дата публикации | 2020-05-09 |
Разработчик | Ryan Slocum |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keeping Tabs", "version": "0.1.6", "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser", "icons": { "128": "icons\/128.png", "48": "icons\/48.png" }, "permissions": [ "tabs", "storage" ], "author": "Ryan Slocum", "browser_action": { "default_icon": "icons\/128.png", "default_popup": "popup.html", "default_title": "Keeping Tabs" }, "offline_enabled": true } |