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.

Qu'est-ce que Bookmark Express Next ?

Bookmark Express Next est une extension Chrome développée par Eric Majerus, et sa fonction principale est "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmark Express Next

Téléchargez les fichiers d'extension Bookmark Express Next au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bookmark Express Next Bookmark Express Next
ID enpmhceecilnohanegmppnlcoakjicho
URL Officiel https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho
Description This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Taille du Fichier 623 KB
Nombre d'Installations 87
Version Actuelle 9.3
Dernière Mise à Jour 2021-03-17
Date de Publication 2021-03-02
Évaluation 3.00/5 Total 1 Évaluations
Développeur Eric Majerus
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    }
}