SearchBox Bookmarks

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

Apa itu SearchBox Bookmarks?

SearchBox Bookmarks adalah ekstensi Chrome yang dikembangkan oleh Kohei Ichioka, dan fitur utamanya adalah "Bookmark search-boxes and use the search-box in the toolbar popup.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SearchBox Bookmarks

Unduh file ekstensi SearchBox Bookmarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SearchBox Bookmarks SearchBox Bookmarks
ID hplmgcbileifdjfahjdmpjclbkmgdhic
URL Resmi https://chromewebstore.google.com/detail/searchbox-bookmarks/hplmgcbileifdjfahjdmpjclbkmgdhic
Deskripsi Bookmark search-boxes and use the search-box in the toolbar popup.
Ukuran File 16.89 KB
Jumlah Instalasi 100
Versi Saat Ini 10
Terakhir Diperbarui 2022-08-21
Tanggal Publikasi 2019-08-06
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Kohei Ichioka
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/expf/searchbox-bookmarks
Bahasa yang Didukung 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"
    ]
}