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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ultimate AI extension revolutionizes your online experience directly from any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kome: AI Summary and Bookmark App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}