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.

Wat is Open Bookmark Manager?

Open Bookmark Manager is een Chrome-extensie ontwikkeld door Chris Nicholson, en de belangrijkste functie is "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Open Bookmark Manager

Download Open Bookmark Manager-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

                        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.                    

Basisinformatie over de Extensie

Naam Open Bookmark Manager Open Bookmark Manager
ID oalceheiomajabalbakkoeiheiokhdbd
Officiële URL https://chrome.google.com/webstore/detail/open-bookmark-manager/oalceheiomajabalbakkoeiheiokhdbd
Beschrijving Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.
Bestandsgrootte 121 KB
Aantal Installaties 19,859
Huidige Versie 1.3
Laatst Bijgewerkt 2012-10-08
Publicatiedatum 2012-10-08
Beoordeling 4.45/5 Totaal 110 Beoordelingen
Ontwikkelaar Chris Nicholson
Betalingswijze free
Ondersteunde Talen 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"
    ]
}