Search the Current Site

Search the current site using the most popular search engine

Search the Current Site là gì?

Search the Current Site là một tiện ích mở rộng Chrome được phát triển bởi Jofen, và tính năng chính của nó là "Search the current site using the most popular search engine".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search the Current Site

Tải xuống các tệp mở rộng Search the Current Site 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

                        Search the current site using Google.
- Search selected text on any website by a simple click of a button.
- Use the right-click menu to search for selected text on current website.
- Google is used to do a site search of whatever you want to search on the whole website.
It will make your life easy when browsing website that does not provide any search options.
Features in development:
- Option to add different search engines
- Customizable hotkeys
- Search current subdomain or the entire domain
- Search using multiple engines                    

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

Tên Search the Current Site Search the Current Site
ID jeofcjkhaibldgfbdhijbiakaoadcogn
URL Chính Thức https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn
Mô tả Search the current site using the most popular search engine
Kích Thước Tệp 29.81 KB
Số Lần Cài Đặt 618
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-09-17
Ngày Phát Hành 2018-02-13
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jofen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search the Current Site",
    "description": "Search the current site using the most popular search engine",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "search.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}