Online Bookmark Incremental Search
This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.
Apa itu Online Bookmark Incremental Search?
Online Bookmark Incremental Search adalah ekstensi Chrome yang dikembangkan oleh https://www.enjoyxstudy.com, dan fitur utamanya adalah "This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Online Bookmark Incremental Search
Unduh file ekstensi Online Bookmark Incremental 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
This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly. * Perform an incremental search from title, notes, tags, and list the matched bookmarks. * You can search by entering multiple keywords. The supported operators are AND("keyword-a keyword-b"), OR("keyword-a|keyword-b"), NOT("!keyword"). * Highlight the part that matched the keyword. * Using keyboard shortcuts, You can find bookmarks very quickly. * Because the bookmark list is saved locally, you can start searching immediately. Supported services: * Google Bookmarks * Pinboard * Hatena Bookmark
Informasi Dasar Ekstensi
Nama | Online Bookmark Incremental Search |
ID | lpaleambpedcnbeaolhoandbffjgidao |
URL Resmi | https://chromewebstore.google.com/detail/online-bookmark-increment/lpaleambpedcnbeaolhoandbffjgidao |
Deskripsi | This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly. |
Ukuran File | 230 KB |
Jumlah Instalasi | 246 |
Versi Saat Ini | 2.0.4 |
Terakhir Diperbarui | 2024-01-30 |
Tanggal Publikasi | 2018-01-28 |
Penilaian | 4.43/5 Total 21 Penilaian |
Pengembang | https://www.enjoyxstudy.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/onozaty/browser-online-bookmark-incsearch |
URL Halaman Bantuan | https://github.com/onozaty/browser-online-bookmark-incsearch |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "manifest_version": 2, "version": "2.0.4", "author": "onozaty", "description": "__MSG_extensionDescription__", "icons": { "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/api.pinboard.in\/*", "https:\/\/www.google.com\/bookmarks\/*", "https:\/\/b.hatena.ne.jp\/*" ], "background": { "scripts": [ "background.js" ] }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+O" } } }, "default_locale": "en" } |