Skeema

A Revolutionary Tab Manager on Your New Tab Page

¿Qué es Skeema?

Skeema es una extensión de Chrome desarrollada por https://skeema.com, y su función principal es "A Revolutionary Tab Manager on Your New Tab Page".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Skeema

Descarga archivos de extensión Skeema 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

                        From CS researchers at Carnegie Mellon, Skeema is a human-centered way to manage your tabs that helps declutter your browser and your mind. Based on new research uncovering the deep causes of tab overload, Skeema changes the way you interact with the web resulting in what users call "an efficiency dream" and an "expansion card for your unstructured mind".

We built Skeema to overcome the three main problems that cause tab overload, including:
REMINDING & RESUMPTION. You're constantly switching between unfinished tasks all day, leaving tabs open so you don't lose where you left off.  
REFINDING. You leave docs and links open to avoid digging through emails or Slack or drives to find them again.  
RESURFACING. You leave articles and papers open in tabs to read because you don't have time to read them right now but if you put them away you may forget and never get back to them. 

Skeema fixes these problems that current approaches like bookmarks, to-do lists, tab groups, and tab managers fail to do. Our users report saving 30-45 minutes a day on average. 


KEY BENEFITS

Get rid of tabs in your browser
● Save tabs into groups and split a complex project into more manageable slices.

Out of sight, but not out of mind
● Re-encounter saved articles and instantly access any item on your new tab page.

Easily resume tasks and pick up where you left off
● Open grouped tabs with a single click. Skeema automatically scrolls to your most recent position.

Manage all your docs and links in one place
● Give them understandable titles, set priorities and add notes to remember why they are important, and get back to them instantly.

Collect important bits scattered across the web 
● Clip images and text with a single click. Add notes to remember why it is important. 

See the big picture of what you care about
● Pull clips into a compact, visual view. Click the clips to go back to the page to see them in context. 

Share and collaborate
● Collaboratively add items, notes, and set priorities in real-time.


PRIVACY

Skeema is free and does not share or sell any of your data with any third parties. For more information on privacy and the security of your data visit https://www.skeema.com/privacy-policy.                    

Información Básica de la Extensión

Nombre Skeema Skeema
ID gjldbdooclkjdnhkccfdagdiocalghnf
URL Oficial https://chromewebstore.google.com/detail/skeema/gjldbdooclkjdnhkccfdagdiocalghnf
Descripción A Revolutionary Tab Manager on Your New Tab Page
Tamaño del Archivo 9.67 MB
Cantidad de Instalaciones 5,369
Versión Actual 0.4.32
Última Actualización 2024-02-02
Fecha de Publicación 2022-09-20
Calificación 4.75/5 Total de 28 Calificaciones
Desarrollador https://skeema.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.skeema.com/
URL de la Página de Ayuda https://skeema.notion.site/skeema/Skeema-Tips-69bdc97f41e5408b9ad2ec80cf43d648
URL de la Página de Política de Privacidad https://www.skeema.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skeema",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": "Ctrl+Shift+S",
            "description": "Activate Skeema popup"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_title": "Save and Close this Tab",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/todos---test.web.app\/*",
            "https:\/\/todos-c6257.web.app\/*",
            "https:\/\/web.skeema.com\/*",
            "https:\/\/skeema.com\/*",
            "https:\/\/www.skeema.com\/*",
            "https:\/\/skeema-39405d.webflow.io\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1fIpTdNVO8lVei5rRrArfj\/bvLxKhG9UzxNWo1oZKZtEoha\/Zi0Sw5oPVlAwm6jz912Vt+8ueLDvDFy74GC3NLZHC4B7UEbWNLEGnADhL9qgK00X9rotlnexC+zARFoFazZLiW80UNo0giSJBRddMt6iZgt536elpc2xBUFj8MjpZwPHB4k+MP9xpdZl38C2dBOGS9WTv18bMn73J1aO\/L6fKM\/sPGYQwYrQOuEh2I1uRnSvD7\/TlyzoGUZKOOhIvAdExSVg0bW\/mHVeluDEQzwNoziSWkdfdt\/k7YGcjAQLzobn0cgM0y\/u1emmy25AkVYTMgJRNLchi4oLXweYMwIDAQAB",
    "oauth2": {
        "client_id": "254673865784-0345dq5dn1uq8nohdj5a3cdio433sfar.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "match_about_blank": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/104.154.88.94:5000  https:\/\/unpkg.com https:\/\/cdn.jsdelivr.net https:\/\/*.googletagmanager.com https:\/\/*.googleapis.com https:\/\/*.google-analytics.com https:\/\/gstatic.com https:\/\/*.google.com https:\/\/*.firebaseio.com; object-src 'self'; img-src chrome:\/\/favicon https:\/\/* http:\/\/* data:;",
    "web_accessible_resources": [
        "sidebar.html",
        "spotlight.html",
        "icon16.png",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*",
        "assets\/*"
    ],
    "permissions": [
        "identity",
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "topSites"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon16.png",
        "48": "icon48.png",
        "96": "icon16.png",
        "128": "icon128.png",
        "192": "icon16.png"
    },
    "description": "A Revolutionary Tab Manager on Your New Tab Page",
    "version": "0.4.32"
}