Bookmanize - Advanced bookmark manager

Advanced bookmark manager provides tagging, instant sorting, and filtering among all bookmarks on a full list view.

Τι είναι το Bookmanize - Advanced bookmark manager;

Το Bookmanize - Advanced bookmark manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Anton, και η κύρια λειτουργία του είναι "Advanced bookmark manager provides tagging, instant sorting, and filtering among all bookmarks on a full list view.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bookmanize - Advanced bookmark manager

Λήψη αρχείων επέκτασης Bookmanize - Advanced bookmark manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Bookmark manager with a clean user interface where all bookmarks can be easily accessed in one full list view with tagging, instant sorting, and filtering. Organize your bookmarks with custom tags and faster navigates between them.

We are an independent team of developers who love what they do:) 
If you want to improve or expand anything - email us [email protected]

Support us with a cup of coffee - https://www.buymeacoffee.com/bookmanize

★ All bookmarks on one screen
★ Fast access to all main functions
★ Instant searching, filtering, sorting, adding, deleting bookmarks
★ Drag n drop bookmarks and folders

All the features that the default bookmarks have (add, delete, sort, drag and drop bookmarks) in a more user-friendly interface with high performance for a large number of bookmarks

Note: Your data (history and bookmarks) is not saved or stored anywhere else but on your computer.

Hotkeys:
- ctrl+shift+f or command+shift+f — focus the search field                    

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

Όνομα Bookmanize - Advanced bookmark manager Bookmanize - Advanced bookmark manager
ID idbigcbhfbdclcbljcoopcjgkejaknnl
Επίσημο URL https://chromewebstore.google.com/detail/bookmanize-advanced-bookm/idbigcbhfbdclcbljcoopcjgkejaknnl
Περιγραφή Advanced bookmark manager provides tagging, instant sorting, and filtering among all bookmarks on a full list view.
Μέγεθος Αρχείου 397 KB
Αριθμός Εγκαταστάσεων 6,409
Τρέχουσα Έκδοση 1.6.26
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2020-08-26
Αξιολόγηση 4.13/5 Συνολικά 54 Αξιολογήσεις
Προγραμματιστής Anton
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bookmanize.github.io
Διεύθυνση URL της Σελίδας Βοήθειας https://www.buymeacoffee.com/bookmanize
Υποστηριζόμενες Γλώσσες de,en,fr,es,pl,pt-BR,pt-PT,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Bookmanize",
    "default_locale": "en",
    "author": "Anton, Artyom",
    "manifest_version": 3,
    "version": "1.6.26",
    "action": {
        "default_icon": "assets\/icon.png",
        "default_title": "Bookmarks",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "bookmarks",
        "favicon",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "offline_enabled": true,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' ; object-src 'self'"
    }
}