SearchBox Bookmarks

Bookmark search-boxes and use the search-box in the toolbar popup.

Cos'è SearchBox Bookmarks?

SearchBox Bookmarks è un'estensione di Chrome sviluppata da Kohei Ichioka, e la sua funzione principale è "Bookmark search-boxes and use the search-box in the toolbar popup.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SearchBox Bookmarks

Scarica i file di estensione SearchBox Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        * Bookmark search-boxes on web pages.
* Use search-box in the toolbar popup.
* Use search-box by the selected word in the context menu.                    

Informazioni di Base sull'Estensione

Nome SearchBox Bookmarks SearchBox Bookmarks
ID hplmgcbileifdjfahjdmpjclbkmgdhic
URL Ufficiale https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic
Descrizione Bookmark search-boxes and use the search-box in the toolbar popup.
Dimensione del File 16.89 KB
Conteggio Installazioni 100
Versione Corrente 10
Ultimo Aggiornamento 2022-08-21
Data di Pubblicazione 2019-08-06
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Kohei Ichioka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/expf/searchbox-bookmarks
Lingue Supportate 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"
    ]
}