Kome: AI Summary and Bookmark App

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

Co je Kome: AI Summary and Bookmark App?

Kome: AI Summary and Bookmark App je rozšíření Chrome vyvinuté https://kome.ai, a jeho hlavní funkcí je „Ultimate AI extension revolutionizes your online experience directly from any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kome: AI Summary and Bookmark App

Stáhněte si soubory rozšíření Kome: AI Summary and Bookmark App 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í

                        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.                    

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

Název Kome: AI Summary and Bookmark App Kome: AI Summary and Bookmark App
ID hidkfmpdopckdjpogoencckkbngdfggf
Oficiální URL https://chromewebstore.google.com/detail/kome-ai-summary-and-bookm/hidkfmpdopckdjpogoencckkbngdfggf
Popis Ultimate AI extension revolutionizes your online experience directly from any website.
Velikost souboru 395 KB
Počet instalací 8,000
Aktuální Verze 1.1.1
Poslední Aktualizace 2024-02-09
Datum Vydání 2023-06-03
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář https://kome.ai
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://kome.ai
URL Stránky Nápovědy https://kome.ai
URL Stránky Zásad Ochrany Soukromí https://kome.ai/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}