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.

Τι είναι το Bookmark Express Next;

Το Bookmark Express Next είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eric Majerus, και η κύρια λειτουργία του είναι "This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bookmark Express Next

Λήψη αρχείων επέκτασης Bookmark Express Next σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Bookmark Express Next Bookmark Express Next
ID enpmhceecilnohanegmppnlcoakjicho
Επίσημο URL https://chromewebstore.google.com/detail/bookmark-express-next/enpmhceecilnohanegmppnlcoakjicho
Περιγραφή This extension displays a list of your bookmarks filtered by instant search. That's it. Oh, and now you can edit them too.
Μέγεθος Αρχείου 623 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 9.3
Τελευταία Ενημέρωση 2021-03-17
Ημερομηνία Δημοσίευσης 2021-03-02
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Eric Majerus
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            }
        }
    }
}