Bookmark Search

This extension allows you to directly access your bookmarks by name

Apa itu Bookmark Search?

Bookmark Search adalah ekstensi Chrome yang dikembangkan oleh Spencer Anderson, dan fitur utamanya adalah "This extension allows you to directly access your bookmarks by name".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bookmark Search

Unduh file ekstensi Bookmark Search 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

                        Enjoy using your keyboard? Feeling frustrated as you swing your mouse around, trying to find a bookmark hidden deep within the underbelly of your chrome installation? 

Then try this extension out.

Quickly access bookmarks by name by simply typing "mrk" (Short for mark) followed by the name of the bookmark you are searching for. Use your bookmarks as shortcuts to your most frequented sites.                    

Informasi Dasar Ekstensi

Nama Bookmark Search Bookmark Search
ID jbfdkekecbfaikenlmmapondfplejaje
URL Resmi https://chromewebstore.google.com/detail/bookmark-search/jbfdkekecbfaikenlmmapondfplejaje
Deskripsi This extension allows you to directly access your bookmarks by name
Ukuran File 9.04 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-22
Tanggal Publikasi 2016-04-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Spencer Anderson
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Search",
    "description": "This extension allows you to directly access your bookmarks by name",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "mrk"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ]
}