Online Bookmark Incremental Search

This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.

Was ist Online Bookmark Incremental Search?

Online Bookmark Incremental Search ist eine Chrome-Erweiterung, die von https://www.enjoyxstudy.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.".

Erweiterungsscreenshots

screenshot
screenshot

Online Bookmark Incremental Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Bookmark Incremental Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Online Bookmark Incremental Search Online Bookmark Incremental Search
ID lpaleambpedcnbeaolhoandbffjgidao
Offizielle URL https://chromewebstore.google.com/detail/online-bookmark-increment/lpaleambpedcnbeaolhoandbffjgidao
Beschreibung This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.
Dateigröße 230 KB
Installationsanzahl 246
Aktuelle Version 2.0.4
Letztes Update 2024-01-30
Veröffentlichungsdatum 2018-01-28
Bewertung 4.43/5 Insgesamt 21 Bewertungen
Entwickler https://www.enjoyxstudy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/onozaty/browser-online-bookmark-incsearch
Hilfeseite URL https://github.com/onozaty/browser-online-bookmark-incsearch
Unterstützte Sprachen 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"
}