SearchBox Bookmarks

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

什麼是SearchBox Bookmarks?

SearchBox Bookmarks是由Kohei Ichioka開發的Chrome擴展程式,該擴展的主要功能是“Bookmark search-boxes and use the search-box in the toolbar popup.”。

擴展截圖

screenshot

下載SearchBox Bookmarks擴展crx文件

下載SearchBox Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SearchBox Bookmarks SearchBox Bookmarks
ID hplmgcbileifdjfahjdmpjclbkmgdhic
官方網址 https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic
簡介 Bookmark search-boxes and use the search-box in the toolbar popup.
檔案大小 16.89 KB
安裝次數 100
目前版本 10
更新時間 2022-08-21
上架時間 2019-08-06
評分 4.67/5 共 6 次評分
開發者 Kohei Ichioka
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/expf/searchbox-bookmarks
支援的語言 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"
    ]
}