Collie Chrome Extension

Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…

Collie Chrome Extension란 무엇입니까?

Collie Chrome Extension은(는) https://collie.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Collie Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one click. Simply right-click on any page you're on, and Collie will fetch all the content, including text, image, video, and audio files.

Once you have all that content, Collie uses advanced A.I. to create a powerful Q&A hub that you can use to ask questions, troubleshoot problems, and more. It's like having a personal assistant that can instantly provide you with answers and solutions.

With Collie, you'll never have to worry about losing track of important information or struggling to find answers again. Plus, because it's so easy to use, you can start getting the most out of your browsing experience right away.

Collie.ai is powered by the Mixpeek.com API                    

확장 프로그램 기본 정보

이름 Collie Chrome Extension Collie Chrome Extension
ID mnlieoklnkbhpjhfmohbgkbpccioibob
공식 URL https://chromewebstore.google.com/detail/collie-chrome-extension/mnlieoklnkbhpjhfmohbgkbpccioibob
설명 Collie.ai is a powerful Chrome extension that enables you to transform any webpage into an automated knowledge hub with just one…
파일 크기 477 KB
설치 횟수 35
현재 버전 1.0.0
최근 업데이트 2023-05-15
출시 날짜 2023-05-14
평점 5.00/5 총 7 개의 평점
개발자 https://collie.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://collie.ai
도움말 페이지 URL https://collie.ai/
개인정보 보호 정책 페이지 URL https://mixpeek.com/terms
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collie Chrome Extension",
    "description": "",
    "version": "1.0.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "css\/site.css"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo.png",
                "html\/sidebar.html",
                "img\/dog-running.gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "toggle_sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Toggle sidebar"
        }
    }
}