Chrome Bookmark Spotlight Search
Search your bookmarks easily.
Qu'est-ce que Chrome Bookmark Spotlight Search ?
Chrome Bookmark Spotlight Search est une extension Chrome développée par Yasser R Shaikh, et sa fonction principale est "Search your bookmarks easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Bookmark Spotlight Search
Téléchargez les fichiers d'extension Chrome Bookmark Spotlight 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
HOT KEY - "ALT + B" - Open the bookmark search, use keyboard up and down arrow and ENTER to access the bookmarked link. ESC to close the bookmark popup search.
Informations de Base sur l'Extension
Nom | Chrome Bookmark Spotlight Search |
ID | mhapbiljkhhooamoomplmdbfladlgdlp |
URL Officiel | https://chromewebstore.google.com/detail/chrome-bookmark-spotlight/mhapbiljkhhooamoomplmdbfladlgdlp |
Description | Search your bookmarks easily. |
Taille du Fichier | 154 KB |
Nombre d'Installations | 84 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-09-01 |
Date de Publication | 2019-08-31 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Yasser R Shaikh |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Bookmark Spotlight Search", "version": "0.0.1", "manifest_version": 2, "description": "Search your bookmarks easily.", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "bookmarks" ], "content_scripts": [ { "matches": [ " |