Ctrl.ai

Find answers in a flash. Supercharge your searching with our AI-powered Ctrl+F extension.

Ctrl.ai란 무엇입니까?

Ctrl.ai은(는) ctrlf.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find answers in a flash. Supercharge your searching with our AI-powered Ctrl+F extension."입니다.

확장 프로그램 스크린샷

screenshot

Ctrl.ai 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        CtrlF.ai: AI-powered CTRL + F for easy document search

CtrlF.ai is a free Chrome extension that uses artificial intelligence to help you find information on any webpage using natural language. Simply type in what you're looking for, and CtrlF.ai will instantly identify the relevant sections of the page.

CtrlF.ai is perfect for students, researchers, and anyone else who needs to quickly find information on the web. It's also great for anyone who wants to save time and be more productive.

Here are some of the things you can do with CtrlF.ai:

Find information on any webpage, even if you don't know the exact keywords.
Refer back to sections of a long paper or document without having to remember exact keywords.
Save time digesting content on the web.
Hack your productivity.
CtrlF.ai works seamlessly on most static webpages that contain text. It also supports PDFs and videos, with support for more formats coming soon.

To get started, simply install the CtrlF.ai extension from the Chrome Web Store. Then, open the extension and create an account. Once you're logged in, you can start searching for information on any webpage.

CtrlF.ai is a powerful tool that can help you find information on the web faster and easier than ever before. Give it a try today!                    

확장 프로그램 기본 정보

이름 Ctrl.ai Ctrl.ai
ID jokmnfpbpcahfcfbjfcpoalibbgcggao
공식 URL https://chromewebstore.google.com/detail/ctrlai/jokmnfpbpcahfcfbjfcpoalibbgcggao
설명 Find answers in a flash. Supercharge your searching with our AI-powered Ctrl+F extension.
파일 크기 3.15 MB
설치 횟수 47
현재 버전 0.1
최근 업데이트 2023-06-20
출시 날짜 2023-06-20
평점 3.00/5 총 2 개의 평점
개발자 ctrlf.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.ctrlf.ai/
도움말 페이지 URL https://www.ctrlf.ai/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "name": "Ctrl.ai",
    "description": "Find answers in a flash. Supercharge your searching with our AI-powered Ctrl+F extension.",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "mark.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logoblank.png",
            "48": "logoblank.png",
            "128": "logoblank.png"
        }
    },
    "icons": {
        "16": "logoblank.png",
        "48": "logoblank.png",
        "128": "logoblank.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Search and highlight text"
        }
    }
}