SearchJumper

Navigate to any search engine swiftly. Search selected text/images/links using tiles/context/drag & drop. Highlight searching text.

Co to jest SearchJumper?

SearchJumper to rozszerzenie Chrome opracowane przez https://search.hoothin.com, a jego główną funkcją jest „Navigate to any search engine swiftly. Search selected text/images/links using tiles/context/drag & drop. Highlight searching text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SearchJumper

Pobierz pliki rozszerzeń SearchJumper 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

                        Instantly get search results in Google, DuckDuckGo, Bing and Yahoo or any other search engine while searching.

Fully open source without any privacy collection, spam or third-party libraries.

Github: https://github.com/hoothin/SearchJumper

Aggregated search assistant. Easily switch between search engines. Assist with the seamless transition between search engines, providing the ability to swiftly navigate to any platform and conduct searches effortlessly. Additionally, it allows for the selection of text, images, or links to be searched on any search engine with a simple right-click, context menu, drag & drop or by utilizing a range of menus and shortcuts.
It also boasts a highly powerful multi-keyword highlighting search feature, supporting regex search, fuzzy search, and dynamic search.

This extension allows you to manage your favorite search engines all in one place: switch easily between © Yahoo, © Bing and © Google directly from the extension tile or context menu.

Search for pictures, links, videos, audios, pages, etc. (long press the right mouse on the corresponding object)
Support word search on any page (need to long press the right mouse, you can also change to swipe to call out immediately in the settings)
Support search by site
Shortcut keys (single key or key combination) to start search (such as alt+g Google search, which can be customized at will)
Right-click the category icon to open the sites in batches
Hold shift + left click on category icon to open batches in new window
Hold ctrl + left click on category icon to open in background TAB
Hold alt + left-click a category icon to batch open multiple separate windows
Hold ctrl + shift + left click on category icon to open batches in incognito window
Hold alt + shift + left click on category icon to open batches embedding
shift + left click on site icon to open in new window
ctrl + (left click/shortcut/drag) on site icon to open in background TAB
alt + (left click/shortcut/drag) on site icon to preview in small window
ctrl + shift + (left click/shortcut/drag) single site/press shortcut key to open in incognito window.
Call search bar for input words to filter sites by shortcut key when select no words, press enter to search quickly, ctrl + enter to search without lock.
Can set the category to be displayed only on the specified site through the regular rule
Right click on cute face to hide the toolbar
Left click on cute face to open the configuration page
Support open with shortcut key, right click on the logo to close
Support configuration export and quick sharing
Support middle button to open links in the background
Support custom css
Support full character encoding
Support Post, in-page post and non-jump post
Comprehensive customization
No 3rd party dependencies
Self-expand current category
No tamper with the original page
Drag to search with current category                    

Podstawowe informacje o rozszerzeniu

Nazwa SearchJumper SearchJumper
ID hgepmblbgodbilmfdjkalkgofdcipkhh
Oficjalny URL https://chromewebstore.google.com/detail/searchjumper/hgepmblbgodbilmfdjkalkgofdcipkhh
Opis Navigate to any search engine swiftly. Search selected text/images/links using tiles/context/drag & drop. Highlight searching text.
Rozmiar pliku 1.42 MB
Liczba instalacji 1,238
Aktualna Wersja 1.4.7
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2023-12-17
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper https://search.hoothin.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.4.7",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": "favicon.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/searchJumperDefaultConfig.js",
                "js\/traditional.js",
                "js\/addons.js",
                "js\/searchJumper.user.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "options_ui": {
        "page": "config\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}