Session Manager
Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
¿Qué es Session Manager?
Session Manager es una extensión de Chrome desarrollada por https://teddy.io, y su función principal es "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Session Manager
Descarga archivos de extensión Session Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Session Manager |
ID | mghenlmbmjcpehccoangkdpagbcbkdpc |
URL Oficial | https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc |
Descripción | Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs! |
Tamaño del Archivo | 475 KB |
Cantidad de Instalaciones | 78,015 |
Versión Actual | 3.5.0 |
Última Actualización | 2016-10-14 |
Fecha de Publicación | 2016-10-13 |
Calificación | 4.00/5 Total de 494 Calificaciones |
Desarrollador | https://teddy.io |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |