background-search

Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…

Was ist background-search?

background-search ist eine Chrome-Erweiterung, die von https://0-9.tumblr.com entwickelt wurde, und ihr Hauptmerkmal ist "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

background-search-Erweiterungs-CRX-Datei herunterladen

Laden Sie background-search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Search for selected messages in background tabs.

Chrome's context menu shifts focus to a new tab.

This extension allows you to keep tabs in the background.

see source.
https://github.com/kyo-ago/background-search                    

Grundlegende Informationen zur Erweiterung

Name background-search background-search
ID hokopjpmeglhfjpmjboooinnmmnljcom
Offizielle URL https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom
Beschreibung Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Dateigröße 8.82 KB
Installationsanzahl 112
Aktuelle Version 0.4
Letztes Update 2023-02-18
Veröffentlichungsdatum 2014-01-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://0-9.tumblr.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "background-search",
    "version": "0.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "options_ui": {
        "page": ".\/src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}