Ctrl.ai

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

Ctrl.ai क्या है?

Ctrl.ai ctrlf.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find answers in a flash. Supercharge your searching with our AI-powered Ctrl+F extension."।

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

screenshot

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

crx प्रारूप में Ctrl.ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}