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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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"
        }
    ]
}