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 هو إضافة Chrome تم تطويرها بواسطة https://kome.ai، والميزة الرئيسية لها هي "Ultimate AI extension revolutionizes your online experience directly from any website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kome: AI Summary and Bookmark App

قم بتنزيل ملفات الامتداد Kome: AI Summary and Bookmark App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://kome.ai
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}