Bookmark Express Next

This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.

Co to jest Bookmark Express Next?

Bookmark Express Next to rozszerzenie Chrome opracowane przez Eric Majerus, a jego główną funkcją jest „This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bookmark Express Next

Pobierz pliki rozszerzeń Bookmark Express Next 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

                        This is a early access version of Bookmark Express extension. It allows you to preview what's coming up.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bookmark Express Next Bookmark Express Next
ID enpmhceecilnohanegmppnlcoakjicho
Oficjalny URL https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho
Opis This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Rozmiar pliku 623 KB
Liczba instalacji 87
Aktualna Wersja 9.3
Ostatnia Aktualizacja 2021-03-17
Data Publikacji 2021-03-02
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Eric Majerus
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Express Next",
    "description": "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.",
    "version": "9.3",
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "index.html?page=options",
    "permissions": [
        "activeTab",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "MacCtrl+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}