Q Search

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

什么是Q Search?

Q Search是由https://ranhe.xyz开发的Chrome扩展程序,该扩展的主要功能是“Query all kinds of records and massive Internet resources of the management browser in one place”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Q Search扩展crx文件

下载Q Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - 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                    

扩展基本信息

名称 Q Search Q Search
ID jibacboccpgnplkbadlmcbdgoiljpigp
官方URL https://chromewebstore.google.com/detail/q-search/jibacboccpgnplkbadlmcbdgoiljpigp
简介 Query all kinds of records and massive Internet resources of the management browser in one place
文件大小 369 KB
安装次数 52
当前版本 1.0.3
更新时间 2022-12-07
上架时间 2022-11-24
开发者 https://ranhe.xyz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ranhe.xyz/qsearch
帮助页面URL https://support.qq.com/product/459103
隐私政策页面URL http://circlereader.com/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}