Nimble Bookmarks

Quick and compact access to your bookmarks.

Wat is Nimble Bookmarks?

Nimble Bookmarks is een Chrome-extensie ontwikkeld door Digital Uzu, LLC, en de belangrijkste functie is "Quick and compact access to your bookmarks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nimble Bookmarks

Download Nimble Bookmarks-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

                        ★ Compact Tree View
Save screen space with a compact tree view that takes up less screen space than the default bookmarks bar (2.5% screen space savings on a 1440x900 display).

★ Bookmark Hotkeys
Quickly access your bookmarks by assigning keyboard shortcuts for frequently used bookmarks.

★ Usage and FAQ
https://github.com/digitaluzu/nimble-bookmarks/blob/master/README.md                    

Basisinformatie over de Extensie

Naam Nimble Bookmarks Nimble Bookmarks
ID mmfbkidhlepkdlpnepfimdhnojafkcog
Officiële URL https://chromewebstore.google.com/detail/nimble-bookmarks/mmfbkidhlepkdlpnepfimdhnojafkcog
Beschrijving Quick and compact access to your bookmarks.
Bestandsgrootte 39.08 KB
Aantal Installaties 351
Huidige Versie 1.1.0
Laatst Bijgewerkt 2016-03-11
Publicatiedatum 2016-03-11
Beoordeling 4.08/5 Totaal 12 Beoordelingen
Ontwikkelaar Digital Uzu, LLC
Betalingswijze free
Extensiewebsite https://github.com/digitaluzu/nimble-bookmarks
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            }
        }
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "bookmarks",
        "tabs"
    ]
}