Q Search

Query all kinds of records and massive Internet resources of the management browser in one place

Q Search là gì?

Q Search là một tiện ích mở rộng Chrome được phát triển bởi https://ranhe.xyz, và tính năng chính của nó là "Query all kinds of records and massive Internet resources of the management browser in one place".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        - If you want to find information, do you still enter the search engine URL and click the text box to enter the keyword and click the query button?
- If you want to translate the meaning of the word, are you still typing the word after opening the translation platform URL and clicking the query button?
- If you want to find the bookmarks you have collected before, open the bookmarks management panel and struggle to find them one by one?
- Want to access the previous history, open the history management panel one by one powerless to find?
- Want to view the downloaded file but can't find where the file was downloaded? Open the file download panel, find the file and click the link to view it?
- Want to quickly switch from a staggering number of tabs, from collapsing to tabs with no title to see one by one?
No, no.

Are you still using the browser so inefficiently? How about doing these operations in one place? Q search, your efficiency artifact, pay attention to data security, forever free, travel the Internet from Q search!

Q search is an extension that improves the efficiency of browser use. Using Q search, you can quickly query and manage the most frequently used websites of the browser, bookmarks, history records, currently open tabs, downloaded file records, installed extensions, etc.; You can use a search engine to search for the keywords you want to query; you can use a translation platform to quickly translate various texts, you can view today's news, and so on.

Use

Click the Q search icon button in the upper right corner of the browser or press the following shortcut to evoke or exit the Q search panel; enter the keywords you want to query.

On Windows: Ctrl + Shift + Space
The space bar : ⌘ + ⇧ + Mac platform

Features

- Search, toggle, open, pin, mute and close tabs
- Search, access and delete favorite bookmarks
- Search, access and delete past browsing history
- Search and open the most visited URLs
- Search, view, re-download, delete files and delete records of downloaded files
- Search, enable/disable, open settings page and uninstall browser extensions
- Common operations (support customization), such as opening a new tab, printing the current web page, closing the current tab, etc
- Automatically switch day or night mode according to computer settings
- Set as new tab page
- Automatically resolve the icon of the website dynamically through the URL
- Common shortcuts and support customization
- Built-in search and translation functions, support for custom search engines and translation engines
- Identify the number of recent visits and support custom display
- Support custom index range, such as just want to find labels, etc
- Hot news and more

More new features are under active development, so stay tuned~

Text User Guide 👉🏻 https://ranhe.xyz/qsearch
Video version of the guide 👉🏻 https://www.bilibili.com/video/BV1jd4y1t71X
Feedback 👉🏻 https://support.qq.com/product/459103                    

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

Tên Q Search Q Search
ID jibacboccpgnplkbadlmcbdgoiljpigp
URL Chính Thức https://chromewebstore.google.com/detail/q-search/jibacboccpgnplkbadlmcbdgoiljpigp
Mô tả Query all kinds of records and massive Internet resources of the management browser in one place
Kích Thước Tệp 369 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-12-07
Ngày Phát Hành 2022-11-24
Nhà Phát Triển https://ranhe.xyz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ranhe.xyz/qsearch
URL Trang Trợ Giúp https://support.qq.com/product/459103
URL Trang Chính Sách Bảo Mật http://circlereader.com/privacy
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "scripting"
    ],
    "optional_permissions": [
        "management",
        "history",
        "topSites",
        "downloads",
        "bookmarks"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png"
        }
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/ranhe.xyz\/qsearch",
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "widget\/*.css",
                "assets\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}