Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

ما هو Quick Search Bar for Google Keep™؟

Quick Search Bar for Google Keep™ هو إضافة Chrome تم تطويرها بواسطة Faycal Bessayah، والميزة الرئيسية لها هي "A Google Keep™ quick access search bar".

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

screenshot

تحميل ملف CRX للإضافة Quick Search Bar for Google Keep™

قم بتنزيل ملفات الامتداد Quick Search Bar for Google Keep™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension adds a quick access search menu to Google Keep.

Quickly find your images, lists and reminders by clicking on the corresponding button. 

For example you can view all notes that contain images by simply clicking on the image button. You can also filter your lists, drawings, URLs, etc.                    

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

الاسم Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
الوصف A Google Keep™ quick access search bar
حجم الملف 71.29 KB
عدد التثبيتات 140
النسخة الحالية 1.0
آخر تحديث 2021-10-07
تاريخ النشر 2021-10-07
تقييم 5.00/5 مجموع تقييمات 1
المطور Faycal Bessayah
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Search Bar for Google Keep\u2122",
    "version": "1.0",
    "description": "A Google Keep\u2122 quick access search bar",
    "content_scripts": [
        {
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "\/icons\/search_bar.png"
    }
}