Open bookmark folder

To use, type 'ob' plus a folder name into the Omnibox.

Apa itu Open bookmark folder?

Open bookmark folder adalah ekstensi Chrome yang dikembangkan oleh Jan Schulz, dan fitur utamanya adalah "To use, type 'ob' plus a folder name into the Omnibox.".

Unduh Berkas CRX Ekstensi Open bookmark folder

Unduh file ekstensi Open bookmark folder 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

                        This extension lets you open all links in a bookmark folder by typing "ob " into the address bar (Chromes "omnibox"). 

It is a replacement for Operas folder nicknames.

To change the identifier ("ob" per default), go to the option page and follow the instructions (or see this stackoverflow question: http://stackoverflow.com/a/18219395/1380673).                    

Informasi Dasar Ekstensi

Nama Open bookmark folder Open bookmark folder
ID clapomiagkdmpgjclehajclninkdnihd
URL Resmi https://chromewebstore.google.com/detail/open-bookmark-folder/clapomiagkdmpgjclehajclninkdnihd
Deskripsi To use, type 'ob' plus a folder name into the Omnibox.
Ukuran File 22.91 KB
Jumlah Instalasi 236
Versi Saat Ini 0.9
Terakhir Diperbarui 2014-08-28
Tanggal Publikasi 2014-08-28
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Jan Schulz
Tipe Pembayaran free
Situs Ekstensi https://github.com/JanSchulz/openbookmarks-chrome
URL Halaman Bantuan https://github.com/JanSchulz/openbookmarks-chrome
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open bookmark folder",
    "description": "To use, type 'ob' plus a folder name into the Omnibox. ",
    "version": "0.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ob"
    },
    "manifest_version": 2
}