Keeping Tabs
A chrome extension aiming to simplify the surplus of tabs in one's browser
Co to jest Keeping Tabs?
Keeping Tabs to rozszerzenie Chrome opracowane przez Ryan Slocum, a jego główną funkcją jest „A chrome extension aiming to simplify the surplus of tabs in one's browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Keeping Tabs
Pobierz pliki rozszerzeń Keeping Tabs 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Keeping Tabs |
ID | komjibclehjoaofickenjehabjelkabm |
Oficjalny URL | https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm |
Opis | A chrome extension aiming to simplify the surplus of tabs in one's browser |
Rozmiar pliku | 10.73 KB |
Liczba instalacji | 160 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2020-09-29 |
Data Publikacji | 2020-05-09 |
Deweloper | Ryan Slocum |
[email protected] | |
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": "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 } |