Intip.in's Tab Manager
Tab Manager that doesn't track you.
Что такое Intip.in's Tab Manager?
Intip.in's Tab Manager - это расширение Chrome, разработанное https://www.cscpro.org, и его основная функция - "Tab Manager that doesn't track you.".
Снимки экрана расширения
Скачать файл CRX расширения Intip.in's Tab Manager
Скачайте файлы расширений Intip.in's Tab Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
No more cluttering tabs! Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click. .. amazingly handful Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab. We respect your privacy No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github. Install on your Chrome Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store. TO DO: - Add documentation - Add export/import button - Add pagination for huge list
Основная информация о расширении
Название | Intip.in's Tab Manager |
ID | halkhdmljjkflcfbhpgpeplpkcpmjmgj |
Официальный URL | https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj |
Описание | Tab Manager that doesn't track you. |
Размер файла | 288 KB |
Количество установок | 130 |
Текущая Версия | 1.0.4 |
Последнее Обновление | 2017-02-01 |
Дата публикации | 2017-02-01 |
Рейтинг | 4.40/5 Всего 10 оценок |
Разработчик | https://www.cscpro.org |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.cscpro.org/labs/tab-manager/ |
URL страницы помощи | https://www.cscpro.org/labs/tab-manager/ |
URL страницы политики конфиденциальности | https://www.cscpro.org/labs/tab-manager |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intip.in's Tab Manager", "description": "Tab Manager that doesn't track you.", "version": "1.0.4", "manifest_version": 2, "options_page": "options.html", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Save all tabs" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "contextMenus" ] } |