Search with Slash (/)

Use your keyboard's slash (/) key to focus on websites' search boxes

ما هو Search with Slash (/)؟

Search with Slash (/) هو إضافة Chrome تم تطويرها بواسطة akshansh2000، والميزة الرئيسية لها هي "Use your keyboard's slash (/) key to focus on websites' search boxes".

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

screenshot

تحميل ملف CRX للإضافة Search with Slash (/)

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

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

                        Not a fan of leaving the keyboard?
Too lazy to reach for the mouse everytime you need to perform a search?

This extension might just be for you!

No more scrolling to navigate to the search bar; just press slash (/), and let us find it for you!

No configuration needed; just add the extension, navigate to any site, and get started.                    

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

الاسم Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
الوصف Use your keyboard's slash (/) key to focus on websites' search boxes
حجم الملف 35.77 KB
عدد التثبيتات 18
النسخة الحالية 0.2
آخر تحديث 2020-08-27
تاريخ النشر 2020-08-18
تقييم 5.00/5 مجموع تقييمات 5
المطور akshansh2000
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/akshansh2000/flash
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with Slash (\/)",
    "description": "Use your keyboard's slash (\/) key to focus on websites' search boxes",
    "manifest_version": 2,
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "input"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}