KnowledgeOS™️ by Comake

Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.

Co je KnowledgeOS™️ by Comake?

KnowledgeOS™️ by Comake je rozšíření Chrome vyvinuté https://comake.io, a jeho hlavní funkcí je „Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření KnowledgeOS™️ by Comake

Stáhněte si soubory rozšíření KnowledgeOS™️ by Comake ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        THIS EXTENSION IS NOT ACTIVELY MAINTAINED

-----

Easily manage all your cloud-based work contextually by project, team, client, class, and more. Pick up your work right where you left off across all your apps and accounts with one click!

🗂 EASILY CONTROL ALL YOUR WINDOWS & TABS
      ➤ Save groups of tabs in Comake Contexts. Easily organize your work by client, project, team, etc.
      ➤ Effortlessly leave off and pick up your work across different computers.
      ➤ Easily save and access websites, resources, and notes contextually pinning them to your Comake Contexts.

👩‍💻 CENTRALIZE ALL YOUR APPS & ACCOUNTS
KnowledgeOS automatically organizes your history, tabs, and other saved resources by App so that you can easily see all your work by App. It also helps you gives you easy action to common shortcuts like creating a new document, starting a call, and managing multiple accounts for several of your favorite webapps. This means you can be simultaneously logged into multiple accounts on Facebook, Box, and more!

🔍 ONE SEARCH BAR FOR EVERYTHING
Search across all your webapps, accounts, and browsing history at the same time! Perform basic actions, like creating a task, opening your sent messages in Gmail, and more with just a couple keystrokes!

🧠 CONTEXTUAL INTELLIGENCE
Supercharge your workflow with contextual knowledge around whatever you are doing. See related files, messages, people, tasks, projects, and more around whatever you are seeing on the screen. This can help you better understand your work in order to ultimately make better decisions.                    

Základní Informace o Rozšíření

Název KnowledgeOS™️ by Comake KnowledgeOS™️ by Comake
ID lckjfjnkngpmcommhajdilngdhdclica
Oficiální URL https://chromewebstore.google.com/detail/knowledgeos%EF%B8%8F-by-comake/lckjfjnkngpmcommhajdilngdhdclica
Popis Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.
Velikost souboru 2.63 MB
Počet instalací 355
Aktuální Verze 0.11.3
Poslední Aktualizace 2024-03-01
Datum Vydání 2020-10-17
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://comake.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://comake.io
URL Stránky Nápovědy https://www.comake.io/guide/overview
URL Stránky Zásad Ochrany Soukromí https://comake.io/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KnowledgeOS\u2122\ufe0f by Comake",
    "short_name": "KnowledgeOS",
    "description": "Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/web.comake.io\/*",
                "*:\/\/web.sandbox.comake.io\/*",
                "*:\/\/web.comake.localhost\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/web.comake.io\/*",
                "*:\/\/web.sandbox.comake.io\/*",
                "*:\/\/web.comake.localhost\/*"
            ],
            "js": [
                "\/static\/js\/partitions.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/web.comake.io\/*",
                "*:\/\/web.sandbox.comake.io\/*",
                "*:\/\/web.comake.localhost\/*"
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/home.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-32.png",
        "default_title": "Open Comake Navigator"
    },
    "commands": {
        "open-comake-navigator": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "windows": "Ctrl+Space",
                "mac": "Alt+Space"
            },
            "description": "Open Comake Navigator"
        },
        "open-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space",
                "windows": "Ctrl+Shift+Space",
                "mac": "Alt+Shift+Space"
            },
            "description": "Open Search"
        },
        "open-files": {
            "suggested_key": {
                "default": "Alt+F",
                "windows": "Alt+F",
                "mac": "Alt+Shift+F"
            },
            "description": "Open Files"
        },
        "open-messages": {
            "suggested_key": {
                "default": "Alt+M",
                "windows": "Alt+M",
                "mac": "Alt+Shift+M"
            },
            "description": "Open Messages"
        }
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "logo-16.png",
        "24": "logo-24.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png",
        "192": "logo-192.png"
    },
    "version": "0.11.3"
}