Bookmark Express
This extension displays a list of your bookmarks filtered by instant search. That's it.
Qu'est-ce que Bookmark Express ?
Bookmark Express est une extension Chrome développée par Eric Majerus, et sa fonction principale est "This extension displays a list of your bookmarks filtered by instant search. That's it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Express
Téléchargez les fichiers d'extension Bookmark Express 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
Chrome's Omnibar only shows a few search results for bookmarks and there's no way to see more without going somewhere else. This solves that by letting you search your bookmarks and see all the results, along with full name, folder it's in, the URL and highlighted search hits. Searching is instant so you get immediate feedback on results. After searching, you can use the mouse or keyboard arrow keys to select a result and Enter key to open the highlighted bookmark. Issues for feature requests or help can be created at the project's GitHub page below: Source code: https://github.com/ackmanx/bookmark-express
Informations de Base sur l'Extension
Nom | Bookmark Express |
ID | edgcdcdceojjbiebdbgmacecicaknjih |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-express/edgcdcdceojjbiebdbgmacecicaknjih |
Description | This extension displays a list of your bookmarks filtered by instant search. That's it. |
Taille du Fichier | 88.19 KB |
Nombre d'Installations | 927 |
Version Actuelle | 8.1 |
Dernière Mise à Jour | 2019-04-06 |
Date de Publication | 2019-04-05 |
Évaluation | 4.70/5 Total 20 Évaluations |
Développeur | Eric Majerus |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitbucket.org/ackmanx/bookmark-express/src |
URL de la Page d'Aide | https://bitbucket.org/ackmanx/bookmark-express/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Express", "description": "This extension displays a list of your bookmarks filtered by instant search. That's it.", "version": "8.1", "browser_action": { "default_popup": "app\/popup.html" }, "background": { "page": "app\/bg.html" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "icons": { "48": "images\/app\/icon48.png", "128": "images\/app\/icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+L", "mac": "MacCtrl+Shift+L", "chromeos": "Ctrl+Shift+L", "linux": "Ctrl+Shift+L" } } } } |