KnowledgeOS™️ by Comake

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

What is KnowledgeOS™️ by Comake?

KnowledgeOS™️ by Comake is a Chrome extension developed by https://comake.io, and its main feature is "Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download KnowledgeOS™️ by Comake Extension CRX File

Download KnowledgeOS™️ by Comake extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name KnowledgeOS™️ by Comake KnowledgeOS™️ by Comake
ID lckjfjnkngpmcommhajdilngdhdclica
Official URL https://chromewebstore.google.com/detail/knowledgeos%EF%B8%8F-by-comake/lckjfjnkngpmcommhajdilngdhdclica
Description Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.
File Size 2.63 MB
Installation Count 355
Current Version 0.11.3
Last Updated 2024-03-01
Publish Date 2020-10-17
Rating 4.33/5 Total 6 Ratings
Developer https://comake.io
Email [email protected]
Payment Type free
Extension Website https://comake.io
Help Page URL https://www.comake.io/guide/overview
Privacy Policy Page URL https://comake.io/privacy
Supported Languages 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"
}