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
Eメール [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"
}