Bookmark Manager

Personal, Tag-based Bookmark Manager

Wat is Bookmark Manager?

Bookmark Manager is een Chrome-extensie ontwikkeld door https://bookmarkmanager.com, en de belangrijkste functie is "Personal, Tag-based Bookmark Manager".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmark Manager

Download Bookmark Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Wave goodbye to bookmark chaos. Envision retrieving any bookmark on the spot, even if you can't remember details. Our tag chaining feature makes this a reality, allowing you to assemble the ultimate filter for fast, precise searches.

Plus, dive into your bookmark collection right from your browser’s address bar. Our seamless integration means you can initiate powerful searches directly where you type URLs, turning your address bar into a gateway to all your saved information. Fast, convenient, and designed with your workflow in mind, accessing your bookmarks has never been easier.

🔹 Smart Tags
🔹 Powerful Search
🔹 Synced across Platforms and Devices
🔹 Light and Dark Mode
🔹 Privacy and Security

Note: This extension only works with a Google account. The account is required to synchronize bookmarks across devices.                    

Basisinformatie over de Extensie

Naam Bookmark Manager Bookmark Manager
ID obdikhdfjocemafhpnidegmdfhbibdkf
Officiële URL https://chromewebstore.google.com/detail/bookmark-manager/obdikhdfjocemafhpnidegmdfhbibdkf
Beschrijving Personal, Tag-based Bookmark Manager
Bestandsgrootte 42.28 KB
Aantal Installaties 57
Huidige Versie 2.1.0
Laatst Bijgewerkt 2024-03-02
Publicatiedatum 2023-08-22
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://bookmarkmanager.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.termsfeed.com/live/b2f84c4a-d812-4c47-ab00-c1e385a431cb
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Manager",
    "description": "Personal, Tag-based Bookmark Manager",
    "version": "2.1.0",
    "author": "[email protected]",
    "permissions": [
        "cookies",
        "tabs",
        "clipboardRead"
    ],
    "omnibox": {
        "keyword": "b"
    },
    "action": {
        "default_title": "Bookmark Manager",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon_16.png",
            "24": "icon_24.png",
            "32": "icon_32.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "host_permissions": [
        "https:\/\/bookmarkmanager.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuWk76AKfFxHKZKI9aOP2tATqGhd8skU\/PqjxvgH1Se0Omn5fOzzt8cvGHI5F9EduH8qwWkQKTH\/7lEEU3MX\/sci6bd\/c9dGPAuHypYNI8vUAd0MVasRUlZlbJHckz8h8rPi\/+9codRmbmnT1juwGXqc5+ucxagzzCXISRZDGMElKpU1jwzykhzUdMzhF+HEOnQprw0h1MG7ZFC9QvzkOBVuMZh\/0AmIOJFgTqmd4nYqoZJqKkigBQgb9hU\/5krc+vm97Nsi5zXlJgY+5Nu5TScOkIUhRVye7b62Srpxyl0Nny3F6IifXP9s\/K0OlPnBTKKsIcrAME1p1CWQ7gyLbmwIDAQAB"
}