TabPacker
Bring all tabs into TabPacker
Что такое TabPacker?
TabPacker - это расширение Chrome, разработанное https://whatever-will-be-que-sera-sera.tumblr.com, и его основная функция - "Bring all tabs into TabPacker".
Снимки экрана расширения
Скачать файл CRX расширения TabPacker
Скачайте файлы расширений TabPacker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
just click on the TabPacker icon in the top right side next to address bar. Double-click icon: Tab Packer Single-click icon: Open Tab Container Shortcut keys ------------------------ TabPaker = Alt + P **Change shortcut keys Just open the extensions page scroll to the bottom of the page and click "Configure commands". ------------------------ By clicking the TabPacker icon all the tabs will convert into a list, and will be available in a single tab. When you need to access the tabs again, you can either restore them individually or all.
Основная информация о расширении
Название | TabPacker |
ID | enhgdbcbbhomncfniecilneicdopfdog |
Официальный URL | https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog |
Описание | Bring all tabs into TabPacker |
Размер файла | 98.11 KB |
Количество установок | 65 |
Текущая Версия | 2.1 |
Последнее Обновление | 2015-05-09 |
Дата публикации | 2015-05-08 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | https://whatever-will-be-que-sera-sera.tumblr.com |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabPacker", "version": "2.1", "description": "Bring all tabs into TabPacker", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "TabPacker" }, "web_accessible_resources": [ "stack.html", "load.html" ], "commands": { "myCommand_tabpacker": { "suggested_key": { "default": "Alt+P" }, "description": "Send tabs command" } }, "permissions": [ "chrome:\/\/favicon\/*", "tabs", " |