background-search

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

Apa itu background-search?

background-search adalah ekstensi Chrome yang dikembangkan oleh https://0-9.tumblr.com, dan fitur utamanya adalah "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi background-search

Unduh file ekstensi background-search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama background-search background-search
ID hokopjpmeglhfjpmjboooinnmmnljcom
URL Resmi https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom
Deskripsi Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Ukuran File 8.82 KB
Jumlah Instalasi 112
Versi Saat Ini 0.4
Terakhir Diperbarui 2023-02-18
Tanggal Publikasi 2014-01-06
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://0-9.tumblr.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}