Omnibook
Search your bookmarks in the omnibox
Apa itu Omnibook?
Omnibook adalah ekstensi Chrome yang dikembangkan oleh adermience, dan fitur utamanya adalah "Search your bookmarks in the omnibox".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Omnibook
Unduh file ekstensi Omnibook 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
Bookmarks search extension. Typeandin the address bar and type what you want to search.
Informasi Dasar Ekstensi
Nama | |
ID | hcgpicmniccnljackhfcejongbabbifc |
URL Resmi | https://chromewebstore.google.com/detail/omnibook/hcgpicmniccnljackhfcejongbabbifc |
Deskripsi | Search your bookmarks in the omnibox |
Ukuran File | 12.28 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-03-27 |
Tanggal Publikasi | 2018-03-27 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | adermience |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibook", "description": "Search your bookmarks in the omnibox", "version": "1.1", "omnibox": { "keyword": "s" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks" ], "icons": { "16": "icon\/icon-16.png", "128": "icon\/icon-128.png" } } |