SearchBox Bookmarks

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

Vad är SearchBox Bookmarks?

SearchBox Bookmarks är en Chrome-tillägg utvecklad av Kohei Ichioka, och dess huvudfunktion är "Bookmark search-boxes and use the search-box in the toolbar popup.".

Tilläggsskärmbilder

screenshot

Ladda ner SearchBox Bookmarks-förlängningens CRX-fil

Ladda ner SearchBox Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SearchBox Bookmarks SearchBox Bookmarks
ID hplmgcbileifdjfahjdmpjclbkmgdhic
Officiell webbadress https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic
Beskrivning Bookmark search-boxes and use the search-box in the toolbar popup.
Filstorlek 16.89 KB
Antal Installationer 100
Aktuell Version 10
Senast Uppdaterad 2022-08-21
Publiceringsdatum 2019-08-06
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare Kohei Ichioka
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/expf/searchbox-bookmarks
Stödda Språk 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"
    ]
}