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.”。

扩展截图

screenshot
screenshot

下载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 Online Bookmark Incremental Search
ID lpaleambpedcnbeaolhoandbffjgidao
官方URL 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"
}