Q Search

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

Co to jest Q Search?

Q Search to rozszerzenie Chrome opracowane przez https://ranhe.xyz, a jego główną funkcją jest „Query all kinds of records and massive Internet resources of the management browser in one place”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Q Search

Pobierz pliki rozszerzeń Q Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Q Search Q Search
ID jibacboccpgnplkbadlmcbdgoiljpigp
Oficjalny URL https://chromewebstore.google.com/detail/q-search/jibacboccpgnplkbadlmcbdgoiljpigp
Opis Query all kinds of records and massive Internet resources of the management browser in one place
Rozmiar pliku 369 KB
Liczba instalacji 52
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-12-07
Data Publikacji 2022-11-24
Deweloper https://ranhe.xyz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ranhe.xyz/qsearch
Adres URL Strony Pomocy https://support.qq.com/product/459103
Adres URL Strony Polityki Prywatności http://circlereader.com/privacy
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}