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.

Cos'è Open Bookmark Manager?

Open Bookmark Manager è un'estensione di Chrome sviluppata da Chris Nicholson, e la sua funzione principale è "Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Open Bookmark Manager

Scarica i file di estensione Open Bookmark Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open Bookmark Manager Open Bookmark Manager
ID oalceheiomajabalbakkoeiheiokhdbd
URL Ufficiale https://chrome.google.com/webstore/detail/open-bookmark-manager/oalceheiomajabalbakkoeiheiokhdbd
Descrizione Adds a button to quickly open the Bookmark Manager in a new tab, plus it supports keyboard shortcuts for even faster access.
Dimensione del File 121 KB
Conteggio Installazioni 19,859
Versione Corrente 1.3
Ultimo Aggiornamento 2012-10-08
Data di Pubblicazione 2012-10-08
Valutazione 4.45/5 Totale 110 Valutazioni
Sviluppatore Chris Nicholson
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}