Q Search

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

Co je Q Search?

Q Search je rozšíření Chrome vyvinuté https://ranhe.xyz, a jeho hlavní funkcí je „Query all kinds of records and massive Internet resources of the management browser in one place“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Q Search

Stáhněte si soubory rozšíření Q Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        - 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                    

Základní Informace o Rozšíření

Název Q Search Q Search
ID jibacboccpgnplkbadlmcbdgoiljpigp
Oficiální URL https://chromewebstore.google.com/detail/q-search/jibacboccpgnplkbadlmcbdgoiljpigp
Popis Query all kinds of records and massive Internet resources of the management browser in one place
Velikost souboru 369 KB
Počet instalací 52
Aktuální Verze 1.0.3
Poslední Aktualizace 2022-12-07
Datum Vydání 2022-11-24
Vývojář https://ranhe.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ranhe.xyz/qsearch
URL Stránky Nápovědy https://support.qq.com/product/459103
URL Stránky Zásad Ochrany Soukromí http://circlereader.com/privacy
Podporované Jazyky 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": [
                ""
            ]
        }
    ]
}