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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}