Open Bookmark Manager
Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.
Qu'est-ce que Open Bookmark Manager ?
Open Bookmark Manager est une extension Chrome développée par Chris Nicholson, et sa fonction principale est "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open Bookmark Manager
Téléchargez les fichiers d'extension Open Bookmark Manager 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 is a very simple extension which provides a quick way to open the Bookmarks Manager in a new tab, simply by pressing the icon. Faster than going through Settings > Bookmarks > Bookmark Manager. Updated to now explain how keyboard shortcuts can be set up to work with the extension, allowing for Ctrl + B to open the Bookmark Manager (or any other shortcut for that matter!) v1.3 Updated the options page to include instructions on setting up keyboard shortcuts and generally look a bit nicer. v1.2 Removed an unnecessary permission request. v1.1: An options page has been added which allows the user to specify a default bookmarks folder to open. v1.0: Initial Release.
Informations de Base sur l'Extension
Nom | |
ID | oalceheiomajabalbakkoeiheiokhdbd |
URL Officiel | https://chrome.google.com/webstore/detail/open-bookmark-manager/oalceheiomajabalbakkoeiheiokhdbd |
Description | Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access. |
Taille du Fichier | 121 KB |
Nombre d'Installations | 19,859 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2012-10-08 |
Date de Publication | 2012-10-08 |
Évaluation | 4.45/5 Total 110 Évaluations |
Développeur | Chris Nicholson |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Bookmark Manager", "version": "1.3", "manifest_version": 2, "description": "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.", "browser_action": { "default_icon": "icon_19x19.png", "48": "icon_48x48.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs" ] } |