KnowledgeOS™️ by Comake

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

什么是KnowledgeOS™️ by Comake?

KnowledgeOS™️ by Comake是由https://comake.io开发的Chrome扩展程序,该扩展的主要功能是“Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载KnowledgeOS™️ by Comake扩展crx文件

下载KnowledgeOS™️ by Comake扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 KnowledgeOS™️ by Comake KnowledgeOS™️ by Comake
ID lckjfjnkngpmcommhajdilngdhdclica
官方URL https://chromewebstore.google.com/detail/knowledgeos%EF%B8%8F-by-comake/lckjfjnkngpmcommhajdilngdhdclica
简介 Control your sessions and tabs, consolidate the data across all your apps, and enrich your browsing with context.
文件大小 2.63 MB
安装次数 355
当前版本 0.11.3
更新时间 2024-03-01
上架时间 2020-10-17
评分 4.33/5 共6次评分
开发者 https://comake.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://comake.io
帮助页面URL https://www.comake.io/guide/overview
隐私政策页面URL https://comake.io/privacy
支持的语言 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"
}