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)

Co to jest Faster Bookmark - Add Bookmark faster?

Faster Bookmark - Add Bookmark faster to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Faster Bookmark - Add Bookmark faster

Pobierz pliki rozszerzeń Faster Bookmark - Add Bookmark faster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Faster Bookmark - Add Bookmark faster Faster Bookmark - Add Bookmark faster
ID fibadljlplamppipiebabkdehecpabce
Oficjalny URL https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce
Opis Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Rozmiar pliku 32.27 KB
Liczba instalacji 902
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2015-12-24
Data Publikacji 2015-12-24
Ocena 4.46/5 Łącznie 28 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
}