Bookmarker

Bookmarker is a simple Chrome extension to search bookmarks.

Apa itu Bookmarker?

Bookmarker adalah ekstensi Chrome yang dikembangkan oleh Mehdi Sadeghi, dan fitur utamanya adalah "Bookmarker is a simple Chrome extension to search bookmarks.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bookmarker

Unduh file ekstensi Bookmarker 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

                        The omnibox is limited to only six search results, including the web and bookmarts. However, there is no way to explicitly search bookmarks. Bookmarker solves this problem. Type "bb" in the omnibox and start searching!                    

Informasi Dasar Ekstensi

Nama Bookmarker Bookmarker
ID dogmmdcflcflabibfbecmfgaaobifimo
URL Resmi https://chromewebstore.google.com/detail/bookmarker/dogmmdcflcflabibfbecmfgaaobifimo
Deskripsi Bookmarker is a simple Chrome extension to search bookmarks.
Ukuran File 39.36 KB
Jumlah Instalasi 15
Versi Saat Ini 0.4
Terakhir Diperbarui 2017-04-08
Tanggal Publikasi 2017-04-08
Penilaian 4.00/5 Total 1 Penilaian
Pengembang Mehdi Sadeghi
Tipe Pembayaran free
Situs Ekstensi https://github.com/mehdisadeghi/bookmarker
URL Halaman Bantuan https://github.com/mehdisadeghi/bookmarker/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarker",
    "version": "0.4",
    "manifest_version": 2,
    "description": "Bookmarker is a simple Chrome extension to search bookmarks.",
    "omnibox": {
        "keyword": "bb"
    },
    "permissions": [
        "bookmarks"
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}