Q Search

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

O que é Q Search?

Q Search é uma extensão do Chrome desenvolvida por https://ranhe.xyz, e sua principal característica é "Query all kinds of records and massive Internet resources of the management browser in one place".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Q Search

Baixe arquivos de extensão Q Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - 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                    

Informações Básicas da Extensão

Nome Q Search Q Search
ID jibacboccpgnplkbadlmcbdgoiljpigp
URL Oficial https://chromewebstore.google.com/detail/q-search/jibacboccpgnplkbadlmcbdgoiljpigp
Descrição Query all kinds of records and massive Internet resources of the management browser in one place
Tamanho do Arquivo 369 KB
Contagem de Instalações 52
Versão Atual 1.0.3
Última Atualização 2022-12-07
Data de Publicação 2022-11-24
Desenvolvedor https://ranhe.xyz
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ranhe.xyz/qsearch
URL da Página de Ajuda https://support.qq.com/product/459103
URL da Página de Política de Privacidade http://circlereader.com/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}