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.

Was ist Bookmark Express Next?

Bookmark Express Next ist eine Chrome-Erweiterung, die von Eric Majerus entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bookmark Express Next-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark Express Next-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

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

Grundlegende Informationen zur Erweiterung

Name Bookmark Express Next Bookmark Express Next
ID enpmhceecilnohanegmppnlcoakjicho
Offizielle URL https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho
Beschreibung This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Dateigröße 623 KB
Installationsanzahl 87
Aktuelle Version 9.3
Letztes Update 2021-03-17
Veröffentlichungsdatum 2021-03-02
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler Eric Majerus
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}