Kome: AI Summary and Bookmark App

Ultimate AI extension revolutionizes your online experience directly from any website.

什麼是Kome: AI Summary and Bookmark App?

Kome: AI Summary and Bookmark App是由https://kome.ai開發的Chrome擴展程式,該擴展的主要功能是“Ultimate AI extension revolutionizes your online experience directly from any website.”。

擴展截圖

screenshot
screenshot
screenshot

下載Kome: AI Summary and Bookmark App擴展crx文件

下載Kome: AI Summary and Bookmark App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Kome is the ultimate AI browser extension that revolutionizes your online experience with the ability to summarize, bookmark, write, and plenty more, directly from any website.

💎 Features:
- AI-Powered Summarizer
Instantly generate AI summary for news, articles, PDF files, and YouTube videos with just a single click.

- Bookmark Manager
Capture and store any piece of content from any website. Search and access easily. Requires zero organization effort.

- Compose
Utilize your bookmarks to generate emails, tweets, and blog posts with the power of AI.

⌨️ How to use?
To easily launch Kome, visit any website and follow these simple steps:
- For MacOS users, press the keyboard shortcut ⌘+E
- For Windows users, press the keyboard shortcut ALT+E
- Follow the instructions to create a Kome account and enjoy!

By using these convenient keyboard shortcuts, you can effortlessly start using Kome without any hassle.                    

擴展基本資訊

名稱 Kome: AI Summary and Bookmark App Kome: AI Summary and Bookmark App
ID hidkfmpdopckdjpogoencckkbngdfggf
官方網址 https://chromewebstore.google.com/detail/kome-ai-summary-and-bookm/hidkfmpdopckdjpogoencckkbngdfggf
簡介 Ultimate AI extension revolutionizes your online experience directly from any website.
檔案大小 395 KB
安裝次數 8,000
目前版本 1.1.1
更新時間 2024-02-09
上架時間 2023-06-03
評分 4.29/5 共 7 次評分
開發者 https://kome.ai
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://kome.ai
說明頁面URL https://kome.ai
隱私政策頁面URL https://kome.ai/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.1.1",
    "author": "kome",
    "name": "Kome: AI Summary and Bookmark App",
    "description": "Ultimate AI extension revolutionizes your online experience directly from any website.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.1d473d26.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+E",
                "mac": "Command+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.97fc7bbf.css"
            ]
        }
    ]
}