Focus Search Bar

Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.

ما هو Focus Search Bar؟

Focus Search Bar هو إضافة Chrome تم تطويرها بواسطة Sey، والميزة الرئيسية لها هي "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.".

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

screenshot

تحميل ملف CRX للإضافة Focus Search Bar

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

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

                        This extention is used to increase productivity of the users by allowing them focus the cursor to the search bar on supported websites like youtube, facebook etc.                    

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

الاسم Focus Search Bar Focus Search Bar
ID abhaecacnlenkgboaadpnbllghjdfiik
عنوان URL الرسمي https://chromewebstore.google.com/detail/focus-search-bar/abhaecacnlenkgboaadpnbllghjdfiik
الوصف Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.
حجم الملف 29.8 KB
عدد التثبيتات 193
النسخة الحالية 1.0.7
آخر تحديث 2024-02-13
تاريخ النشر 2020-10-27
تقييم 4.33/5 مجموع تقييمات 3
المطور Sey
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Search Bar",
    "description": "Focus Search Bar extension will focus the search bar element on a website after pressing the keyboard shortcut CTRL + SPACE.",
    "version": "1.0.7",
    "short_name": "FSB",
    "icons": {
        "16": "img\/icon\/icon16.png",
        "32": "img\/icon\/icon32.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon\/icon16.png",
            "32": "img\/icon\/icon32.png",
            "48": "img\/icon\/icon48.png",
            "128": "img\/icon\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}