Faster Bookmark - Add Bookmark faster

Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)

Was ist Faster Bookmark - Add Bookmark faster?

Faster Bookmark - Add Bookmark faster ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Faster Bookmark - Add Bookmark faster-Erweiterungs-CRX-Datei herunterladen

Laden Sie Faster Bookmark - Add Bookmark faster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Easy way to add bookmarks to any folder.
Includes spotlight-like search with mouse/keyboard integration.

Default shortcut: cmd+b (win:ctrl+b)

-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark                    

Grundlegende Informationen zur Erweiterung

Name Faster Bookmark - Add Bookmark faster Faster Bookmark - Add Bookmark faster
ID fibadljlplamppipiebabkdehecpabce
Offizielle URL https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce
Beschreibung Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Dateigröße 32.27 KB
Installationsanzahl 902
Aktuelle Version 1.3.1
Letztes Update 2015-12-24
Veröffentlichungsdatum 2015-12-24
Bewertung 4.46/5 Insgesamt 28 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "author": "Minh Anh",
    "background": {
        "page": "init.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "action.png",
            "38": "action.png"
        },
        "default_popup": "background.html",
        "default_title": "Faster Bookmark Button"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+B",
                "default": "Ctrl+B",
                "linux": "Ctrl+B",
                "mac": "Command+B",
                "windows": "Ctrl+B"
            }
        }
    },
    "description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
    "homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
    "icons": {
        "128": "bookmark.png",
        "16": "bookmark.png",
        "48": "bookmark.png"
    },
    "manifest_version": 2,
    "name": "Faster Bookmark - Add Bookmark faster",
    "shortname": "Faster Bookmark",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}