Bookmark Manager

Bookmark Manager

Τι είναι το Bookmark Manager;

Το Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://aureolls.com, και η κύρια λειτουργία του είναι "Bookmark Manager".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Experience a new bookmark manager with restore session page, search & better history and bookmarks.

Now rearrange sessions using drag & drop from UI. Sessions page is now with search functionality. You can delete duplicate URLs with one click. You can search your bookmarks and history, right from the extension popup. 

Organise your existing bookmarks using Bookmark Manager. You can move your existing bookmarks to separate folders, by just specifying any word present in your bookmark URL.

Manage bookmarks and folders:
- Identify Duplicate bookmarks.
- Clean your bookmarks by deleting empty folders.

Navigate through fields from keyboard using 'Enter' key.

Set shortcut for triggering extension:
Go to Url 'chrome://extensions/'. In the menu there is a Keyboard shortcuts link.

Permissions: 
- "Tabs" in order to bookmark your current session.
- "Bookmarks" in order to save bookmarks.

Note: None of your information (history or bookmarks) are stored or kept anywhere else than on your computer.                    

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

Όνομα Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
Επίσημο URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Περιγραφή Bookmark Manager
Μέγεθος Αρχείου 516 KB
Αριθμός Εγκαταστάσεων 61,770
Τρέχουσα Έκδοση 11.4.0
Τελευταία Ενημέρωση 2024-01-31
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 3.68/5 Συνολικά 53 Αξιολογήσεις
Προγραμματιστής https://aureolls.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.aureolls.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
URL της Σελίδας Πολιτικής Απορρήτου https://aureolls.com/index.php/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "short_name": "Bookmark",
    "description": "Bookmark Manager",
    "version": "11.4.0",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Bookmark"
    },
    "permissions": [
        "tabs",
        "history",
        "bookmarks",
        "",
        "storage",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}