background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
Qu'est-ce que background-search ?
background-search est une extension Chrome développée par https://0-9.tumblr.com, et sa fonction principale est "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension background-search
Téléchargez les fichiers d'extension background-search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | background-search |
ID | hokopjpmeglhfjpmjboooinnmmnljcom |
URL Officiel | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
Description | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
Taille du Fichier | 8.82 KB |
Nombre d'Installations | 112 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2023-02-18 |
Date de Publication | 2014-01-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://0-9.tumblr.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |