Online Bookmark Incremental Search
This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.
什麼是Online Bookmark Incremental Search?
Online Bookmark Incremental Search是由https://www.enjoyxstudy.com開發的Chrome擴展程式,該擴展的主要功能是“This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.”。
擴展截圖
下載Online Bookmark Incremental Search擴展crx文件
下載Online Bookmark Incremental Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Online Bookmark Incremental Search |
ID | lpaleambpedcnbeaolhoandbffjgidao |
官方網址 | https://chromewebstore.google.com/detail/online-bookmark-increment/lpaleambpedcnbeaolhoandbffjgidao |
簡介 | This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly. |
檔案大小 | 230 KB |
安裝次數 | 246 |
目前版本 | 2.0.4 |
更新時間 | 2024-01-30 |
上架時間 | 2018-01-28 |
評分 | 4.43/5 共 21 次評分 |
開發者 | https://www.enjoyxstudy.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/onozaty/browser-online-bookmark-incsearch |
說明頁面URL | https://github.com/onozaty/browser-online-bookmark-incsearch |
支援的語言 | 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" } |