background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Vad är background-search?
background-search är en Chrome-tillägg utvecklad av https://0-9.tumblr.com, och dess huvudfunktion är "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".
Tilläggsskärmbilder
Ladda ner background-search-förlängningens CRX-fil
Ladda ner background-search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | background-search |
ID | hokopjpmeglhfjpmjboooinnmmnljcom |
Officiell webbadress | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
Beskrivning | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
Filstorlek | 8.82 KB |
Antal Installationer | 112 |
Aktuell Version | 0.4 |
Senast Uppdaterad | 2023-02-18 |
Publiceringsdatum | 2014-01-06 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://0-9.tumblr.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |