Locus — Smart CTRL + F

AI-powered CTRL + F for easy document search

Locus — Smart CTRL + Fคืออะไร?

Locus — Smart CTRL + F เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://locusextension.com และคุณลักษณะหลักของมันคือ "AI-powered CTRL + F for easy document search"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Locus — Smart CTRL + F

ดาวน์โหลดไฟล์ส่วนขยาย Locus — Smart CTRL + F ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Locus Smart Search completely reimagines CTRL + F (or ⌘+F on a Mac) search so you can quickly find information you need from webpages and PDFs using natural language. The extension also provides an easy way to organize your recent searches, tag favorites, and use AI to summarize the page and answers quickly.

Make searches that aren't possible with regular CTRL + F (or ⌘+F on a Mac). Locus understands your search intent and immediately identifies the relevant sections. Refer back to sections in long papers, PDFs, documents, and articles using natural language instead of remembering keywords.

Whether you're working with long papers, PDFs, documents, articles, news pieces, online textbooks, or blog posts, Locus works seamlessly on most static web pages that contain text.

Save time digesting content on the web and Hack your productivity.

We're constantly working to make the extension better. If you have suggestions or requests, we would love to hear from you in our Discord Community, there you can connect with our team and other Locus users and stay updated: https://discord.gg/kTAH3N9E8a.

Release Notes 

https://locusai.co/Release-Notes-56c4675dd94a485f8ac8cd2c0d9dbb60

To get started:

1. Add the extension to Chrome.
2. Pin locus in your Chrome header for easy access.
3. Create an account at [locusextension.com/signup](http://locusextension.com/signup)
4. Open the extension and login with your account.
5. Restart Chrome for changes to take effect.
6. Navigate to a PDF, news article, online textbook, blog post, etc.
7. Wait for locus to load the page and start searching.

Access locus with a keyboard shortcut:

1. Navigate to chrome://extensions/shortcuts
2. Find locus
3. Click the pencil edit icon
4. On your keyboard, press '⌘+SHIFT+F' (Mac) or 'CTRL+SHIFT+F' (windows) to set the shortcut.
5. Restart Chrome for changes to take effect.
6. The extension will now activate every time you hit the keyboard shortcut.

If you encounter any issues or require assistance, our team is here to help. You can reach us through Discord link above, the extension support on the Chrome Web Store, or via email at [[email protected]](mailto:[email protected]).

CTRL+F, Control F, Command F, CMD+F, ⌘+F, Control Find, Document Search, Semantic Search, Control F, AI Search                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Locus — Smart CTRL + F Locus — Smart CTRL + F
ID eppedlbobmdflmhleafebmahnbphgipb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/locus-%E2%80%94-smart-ctrl-+-f/eppedlbobmdflmhleafebmahnbphgipb
คำอธิบาย AI-powered CTRL + F for easy document search
ขนาดไฟล์ 4.14 MB
จำนวนการติดตั้ง 7,362
เวอร์ชันปัจจุบัน 1.5.4
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-02-19
คะแนน 3.76/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://locusextension.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.locusextension.com/
URL หน้าช่วยเหลือ https://discord.gg/kTAH3N9E8a
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/3cb44cdd-2715-44d4-bc15-7b182ce540c7
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Locus \u2014 Smart CTRL + F",
    "version": "1.5.4",
    "description": "AI-powered CTRL + F for easy document search",
    "options_page": "ext\/options\/index.html",
    "background": {
        "service_worker": "ext\/background\/index.js"
    },
    "action": {
        "default_popup": "ext\/popup\/index.html",
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "ext\/sidepanel\/index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Command+Shift+F"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "sidePanel",
        "tts",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/lp-page-1f2f47.webflow.io\/*",
            "https:\/\/www.locusextension.com\/*"
        ]
    },
    "chrome_url_overrides": [],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*.html"
            ],
            "js": [
                "ext\/content\/index.js"
            ],
            "css": [
                "styles\/content.styles.css",
                "vendor\/font-awesome\/css\/all.min.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "devtools_page": "ext\/dev-tools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/**\/*",
                "styles\/**\/*",
                "scripts\/**\/*",
                "vendor\/**\/*",
                "**\/vendor\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArML0hnp\/RFvAQxCYs6ccZ73yyC8+IAvfS3bAaQrdH47zNfRxBYATgT6S5o8g25qYNYDsXvW2YDyCwfJClo78Ubbm+bVL2sdSbgwHGXtM4b48bE4cUYski3ph4kISuKo0LLWjQdBJ+USCvMW8HRAnmuqsyauk\/YPF3jHLLtS2z7tuWaJ8PL0CpYqrH0PxK23FS3GkGeoa9y1jTYleDrIY5gitAyZaxd7pn+GH+ZhJYJPoNKLydf1OYcivmh6ztLyouTsZgKd1jTr9cvKnNdM8MiFoXy3sgttlZJ+2tKTIpOLlFVlsqbODRwPMs7WOx9Jgj+xPKPvADhUCK5Ed\/3qUdwIDAQAB"
}