Save Browsing Session
Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.
O que é Save Browsing Session?
Save Browsing Session é uma extensão do Chrome desenvolvida por https://www.hatzaviv.com, e sua principal característica é "Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save Browsing Session
Baixe arquivos de extensão Save Browsing Session 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
Save all your open tabs and restore them with one click! Ever felt like it's taking too long for you to open all the tabs you need when you work? When you get home? When you want to watch your favorite series online? Well no more! Now you can save your browsing session in one click and restore it whenever you want. https://www.hatzaviv.com/save_session How does it work (example for work): 1. Add the extension. 2. Open all the sites you need for when you work (Inbox, Google, Drive, Stack Overflow etc.). 3. Click on the extension icon. 4. Give it a name: "Work". 5. Click the Save button. And that's it. Whenever you go to work just click on the extension icon and reload your browsing session. Enjoy. https://www.hatzaviv.com/save_session For Suggestions and feedback: [email protected] (Please no spam)
Informações Básicas da Extensão
Nome | Save Browsing Session |
ID | klogkcckdgfnghedlbnjjphfladfedke |
URL Oficial | https://chromewebstore.google.com/detail/save-browsing-session/klogkcckdgfnghedlbnjjphfladfedke |
Descrição | Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more. |
Tamanho do Arquivo | 43.13 KB |
Contagem de Instalações | 876 |
Versão Atual | 2.0.2 |
Última Atualização | 2022-05-07 |
Data de Publicação | 2018-03-28 |
Classificação | 3.50/5 Total de 12 Avaliações |
Desenvolvedor | https://www.hatzaviv.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.hatzaviv.com/save_session/ |
URL da Página de Ajuda | https://www.hatzaviv.com/save_session/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save Browsing Session", "short_name": "SaveBrowsingSession", "description": "Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.", "version": "2.0.2", "action": { "default_icon": { "16": "save_session_icon2_16.png" }, "default_popup": "popup.html", "default_title": "Save Browsing Session" }, "icons": { "16": "save_session_icon2_16.png", "48": "save_session_icon2_48.png", "128": "save_session_icon2_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "storage", "tabs" ] } |