Chrome Bookmark Spotlight Search
Search your bookmarks easily.
Wat is Chrome Bookmark Spotlight Search?
Chrome Bookmark Spotlight Search is een Chrome-extensie ontwikkeld door Yasser R Shaikh, en de belangrijkste functie is "Search your bookmarks easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Bookmark Spotlight Search
Download Chrome Bookmark Spotlight Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chrome Bookmark Spotlight Search |
ID | mhapbiljkhhooamoomplmdbfladlgdlp |
Officiële URL | https://chromewebstore.google.com/detail/chrome-bookmark-spotlight/mhapbiljkhhooamoomplmdbfladlgdlp |
Beschrijving | Search your bookmarks easily. |
Bestandsgrootte | 154 KB |
Aantal Installaties | 84 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-09-01 |
Publicatiedatum | 2019-08-31 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Yasser R Shaikh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |