SearchBox Bookmarks
Bookmark search-boxes and use the search-box in the toolbar popup.
Qu'est-ce que SearchBox Bookmarks ?
SearchBox Bookmarks est une extension Chrome développée par Kohei Ichioka, et sa fonction principale est "Bookmark search-boxes and use the search-box in the toolbar popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SearchBox Bookmarks
Téléchargez les fichiers d'extension SearchBox Bookmarks 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
* Bookmark search-boxes on web pages. * Use search-box in the toolbar popup. * Use search-box by the selected word in the context menu.
Informations de Base sur l'Extension
Nom | SearchBox Bookmarks |
ID | hplmgcbileifdjfahjdmpjclbkmgdhic |
URL Officiel | https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic |
Description | Bookmark search-boxes and use the search-box in the toolbar popup. |
Taille du Fichier | 16.89 KB |
Nombre d'Installations | 100 |
Version Actuelle | 10 |
Dernière Mise à Jour | 2022-08-21 |
Date de Publication | 2019-08-06 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | Kohei Ichioka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/expf/searchbox-bookmarks |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SearchBox Bookmarks", "version": "10", "manifest_version": 3, "description": "Bookmark search-boxes and use the search-box in the toolbar popup.", "icons": { "32": "32.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "b.js", "type": "module" }, "action": { "default_popup": "p.html", "default_icon": "a.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ] } |