Bookmark Manager

Bookmark Manager

Was ist Bookmark Manager?

Bookmark Manager ist eine Chrome-Erweiterung, die von https://aureolls.com entwickelt wurde, und ihr Hauptmerkmal ist "Bookmark Manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Bookmark Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark Manager-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bookmark Manager Bookmark Manager
ID idakfiahffeejfhghndaboolmmhbnepn
Offizielle URL https://chromewebstore.google.com/detail/bookmark-manager/idakfiahffeejfhghndaboolmmhbnepn
Beschreibung Bookmark Manager
Dateigröße 516 KB
Installationsanzahl 61,770
Aktuelle Version 11.4.0
Letztes Update 2024-01-31
Veröffentlichungsdatum 2020-05-17
Bewertung 3.68/5 Insgesamt 53 Bewertungen
Entwickler https://aureolls.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.aureolls.com/
Hilfeseite URL https://www.aureolls.com/bookmark-manager-chrome-extension-how-to-use-features/
URL der Datenschutzrichtlinien-Seite https://aureolls.com/index.php/privacy-policy
Unterstützte Sprachen 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": [
                "*"
            ]
        }
    ]
}