background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Wat is background-search?
background-search is een Chrome-extensie ontwikkeld door https://0-9.tumblr.com, en de belangrijkste functie is "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".
Extensie Screenshots
Download het CRX-bestand van de extensie background-search
Download background-search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hokopjpmeglhfjpmjboooinnmmnljcom |
| Officiële URL | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
| Beschrijving | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
| Bestandsgrootte | 8.82 KB |
| Aantal Installaties | 112 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2023-02-18 |
| Publicatiedatum | 2014-01-06 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://0-9.tumblr.com |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |