Session Manager
Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
O que é Session Manager?
Session Manager é uma extensão do Chrome desenvolvida por https://teddy.io, e sua principal característica é "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Session Manager
Baixe arquivos de extensão Session Manager 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
Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs. Common uses include: - Creating sessions for daily routines: pages you open in the morning, afternoon and evening. - Grouping pages of common interest such as News, Financial and Social. - Saving pages discovered during a research session that you'd like to revisit later.
Informações Básicas da Extensão
Nome | Session Manager |
ID | mghenlmbmjcpehccoangkdpagbcbkdpc |
URL Oficial | https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc |
Descrição | Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs! |
Tamanho do Arquivo | 475 KB |
Contagem de Instalações | 78,015 |
Versão Atual | 3.5.0 |
Última Atualização | 2016-10-14 |
Data de Publicação | 2016-10-13 |
Classificação | 4.00/5 Total de 494 Avaliações |
Desenvolvedor | https://teddy.io |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Session Manager", "version": "3.5.0", "description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!", "icons": { "16": "img\/16.png", "128": "img\/128.png" }, "browser_action": { "default_icon": { "19": "img\/19-1x.png", "38": "img\/19-2x.png" }, "default_title": "Session Manager", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/errors.js", "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "offline_enabled": true, "omnibox": { "keyword": "session" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "tabs" ] } |