TabPacker
Bring all tabs into TabPacker
Co to jest TabPacker?
TabPacker to rozszerzenie Chrome opracowane przez https://whatever-will-be-que-sera-sera.tumblr.com, a jego główną funkcją jest „Bring all tabs into TabPacker”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TabPacker
Pobierz pliki rozszerzeń TabPacker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | TabPacker |
ID | enhgdbcbbhomncfniecilneicdopfdog |
Oficjalny URL | https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog |
Opis | Bring all tabs into TabPacker |
Rozmiar pliku | 98.11 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 2.1 |
Ostatnia Aktualizacja | 2015-05-09 |
Data Publikacji | 2015-05-08 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | https://whatever-will-be-que-sera-sera.tumblr.com |
Typ Płatności | free |
Obsługiwane Języki | 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", " |