Klu

Find the right information. Instantly.

ما هو Klu؟

Klu هو إضافة Chrome تم تطويرها بواسطة https://klu.so، والميزة الرئيسية لها هي "Find the right information. Instantly.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Klu

قم بتنزيل ملفات الامتداد Klu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The Chrome extension for Klu is a browser extension that adds functionality to the Google Chrome browser, allowing users to access their digital information more easily while browsing the web. The extension integrates with the Klu platform to provide users with quick access to their data and tools directly from their browser.

With the Klu Chrome extension, users can save time and streamline their workflow by quickly accessing their important information without having to switch between multiple applications or websites. This makes it easier and more efficient to find the information they need.

Overall, users who want to improve their productivity and simplify the process of accessing their digital information should consider installing the Klu Chrome extension. It's an easy way to integrate the power of the Klu platform with the convenience of their Chrome browser.

Features:
- Search your files anywhere
- View pinned in the extension popup
- Can copy the link of the search result
- Option to disable shortcut update notice
- View upcoming events
- Loading indicator for search operations, ensuring users are informed about the search process in real-time
- Guide to Modifying Open Search Shortcut Key

What's new in version 2.1.2:
- Enhanced search performance and relevance                    

معلومات أساسية عن التمديد

الاسم Klu Klu
ID jobnbpkpeegbbhcbpdahceindopkkokb
عنوان URL الرسمي https://chromewebstore.google.com/detail/klu/jobnbpkpeegbbhcbpdahceindopkkokb
الوصف Find the right information. Instantly.
حجم الملف 1.07 MB
عدد التثبيتات 515
النسخة الحالية 2.1.2
آخر تحديث 2024-02-11
تاريخ النشر 2023-02-09
تقييم 5.00/5 مجموع تقييمات 5
المطور https://klu.so
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://klu.so/
عنوان صفحة المساعدة https://klu.so/
عنوان صفحة سياسة الخصوصية https://klu.so/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Klu",
    "description": "Find the right information. Instantly.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "*:\/\/app.klu.so\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "Content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "open-search": {
            "suggested_key": {
                "default": "Ctrl+K",
                "mac": "Command+K"
            },
            "description": "Open Klu search bar"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Content.css",
                "icon-128.png",
                "icon-32.png",
                "shorcut-guide.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.klu.so\/*"
        ]
    },
    "permissions": [
        "storage",
        "background",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "version": "2.1.2"
}