SearchBox Bookmarks
Bookmark search-boxes and use the search-box in the toolbar popup.
Wat is SearchBox Bookmarks?
SearchBox Bookmarks is een Chrome-extensie ontwikkeld door Kohei Ichioka, en de belangrijkste functie is "Bookmark search-boxes and use the search-box in the toolbar popup.".
Extensie Screenshots
Download het CRX-bestand van de extensie SearchBox Bookmarks
Download SearchBox Bookmarks-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
* Bookmark search-boxes on web pages. * Use search-box in the toolbar popup. * Use search-box by the selected word in the context menu.
Basisinformatie over de Extensie
Naam | SearchBox Bookmarks |
ID | hplmgcbileifdjfahjdmpjclbkmgdhic |
Officiële URL | https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic |
Beschrijving | Bookmark search-boxes and use the search-box in the toolbar popup. |
Bestandsgrootte | 16.89 KB |
Aantal Installaties | 100 |
Huidige Versie | 10 |
Laatst Bijgewerkt | 2022-08-21 |
Publicatiedatum | 2019-08-06 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Kohei Ichioka |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/expf/searchbox-bookmarks |
Ondersteunde Talen | 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" ] } |