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
Eメール [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"
}