background-search

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

Hvad er background-search?

background-search er en Chrome-udvidelse udviklet af https://0-9.tumblr.com, og dens hovedfunktion er "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download background-search-udvidelses-CRX-fil

Download background-search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn background-search background-search
ID hokopjpmeglhfjpmjboooinnmmnljcom
Officiel URL https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom
Beskrivelse Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Filstørrelse 8.82 KB
Antal Installationer 112
Nuværende Version 0.4
Senest Opdateret 2023-02-18
Udgivelsesdato 2014-01-06
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://0-9.tumblr.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}