Search with Slash (/)

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

Search with Slash (/) là gì?

Search with Slash (/) là một tiện ích mở rộng Chrome được phát triển bởi akshansh2000, và tính năng chính của nó là "Use your keyboard's slash (/) key to focus on websites' search boxes".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search with Slash (/)

Tải xuống các tệp mở rộng Search with Slash (/) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
URL Chính Thức https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Mô tả Use your keyboard's slash (/) key to focus on websites' search boxes
Kích Thước Tệp 35.77 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-08-27
Ngày Phát Hành 2020-08-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển akshansh2000
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/akshansh2000/flash
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}