Online Bookmark Incremental Search
This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.
Qu'est-ce que Online Bookmark Incremental Search ?
Online Bookmark Incremental Search est une extension Chrome développée par https://www.enjoyxstudy.com, et sa fonction principale est "This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Online Bookmark Incremental Search
Téléchargez les fichiers d'extension Online Bookmark Incremental Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Online Bookmark Incremental Search |
ID | lpaleambpedcnbeaolhoandbffjgidao |
URL Officiel | https://chromewebstore.google.com/detail/online-bookmark-increment/lpaleambpedcnbeaolhoandbffjgidao |
Description | This extension is a incremental search UI for online bookmarks(Google Bookmarks, Pinboard, etc.), You can find bookmarks quickly. |
Taille du Fichier | 230 KB |
Nombre d'Installations | 246 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2024-01-30 |
Date de Publication | 2018-01-28 |
Évaluation | 4.43/5 Total 21 Évaluations |
Développeur | https://www.enjoyxstudy.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/onozaty/browser-online-bookmark-incsearch |
URL de la Page d'Aide | https://github.com/onozaty/browser-online-bookmark-incsearch |
Langues Prises en Charge | 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" } |