Browser Sessions
Manage, save and restore tabs with one click. Access your browsing sessions when you need it.
O que é Browser Sessions?
Browser Sessions é uma extensão do Chrome desenvolvida por julengaumard, e sua principal característica é "Manage, save and restore tabs with one click. Access your browsing sessions when you need it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Browser Sessions
Baixe arquivos de extensão Browser Sessions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Manage, save and restore tabs with one click. Access your browsing sessions when you need it. New: ⭐️ More customization ⭐️ enhanced UI ⭐️ Better animations ⭐️ Confirm deletion for sessions Features: ⭐️ Universal Search: Search through every session and find tabs. ⭐️ Quick Save: Save a session without typing a name. ⭐️ Open sessions on a new browser window. ⭐️ View tabs from every session to find the right one. ⭐️ Save as many tabs as you need for later. ⭐️ Tabs remain saved even if you close your browser or restart your computer. ⭐️ Save tabs from different windows and their tabs arrangement. ⭐️ Automatic dark and light mode. ⭐️ Select if you save tabs that belong to the browser (Ex: History, Downloads) ⭐️ Rename Sessions
Informações Básicas da Extensão
Nome | Browser Sessions |
ID | klpkjpbocncglonoclkinmddmephecmb |
URL Oficial | https://chromewebstore.google.com/detail/browser-sessions/klpkjpbocncglonoclkinmddmephecmb |
Descrição | Manage, save and restore tabs with one click. Access your browsing sessions when you need it. |
Tamanho do Arquivo | 3.84 MB |
Contagem de Instalações | 157 |
Versão Atual | 1.2.1.5 |
Última Atualização | 2024-02-27 |
Data de Publicação | 2022-03-03 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | julengaumard |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,es,es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Browser Sessions", "version": "1.2.1.5", "author": "Julen Gaumard", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "incognito": "split", "action": { "default_popup": "popup.html" }, "icons": { "16": "resources\/icon16.png", "32": "resources\/icon32.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "commands": { "create-session": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Creates a session with current tabs." } }, "background": { "service_worker": "scripts\/worker.js", "type": "module" } } |