SearchBox Bookmarks
Bookmark search-boxes and use the search-box in the toolbar popup.
Co to jest SearchBox Bookmarks?
SearchBox Bookmarks to rozszerzenie Chrome opracowane przez Kohei Ichioka, a jego główną funkcją jest „Bookmark search-boxes and use the search-box in the toolbar popup.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SearchBox Bookmarks
Pobierz pliki rozszerzeń SearchBox Bookmarks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* Bookmark search-boxes on web pages. * Use search-box in the toolbar popup. * Use search-box by the selected word in the context menu.
Podstawowe informacje o rozszerzeniu
Nazwa | SearchBox Bookmarks |
ID | hplmgcbileifdjfahjdmpjclbkmgdhic |
Oficjalny URL | https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic |
Opis | Bookmark search-boxes and use the search-box in the toolbar popup. |
Rozmiar pliku | 16.89 KB |
Liczba instalacji | 100 |
Aktualna Wersja | 10 |
Ostatnia Aktualizacja | 2022-08-21 |
Data Publikacji | 2019-08-06 |
Ocena | 4.67/5 Łącznie 6 Oceny |
Deweloper | Kohei Ichioka |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/expf/searchbox-bookmarks |
Obsługiwane Języki | 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" ] } |