Bookmark Manager

Personal, Tag-based Bookmark Manager

Cos'è Bookmark Manager?

Bookmark Manager è un'estensione di Chrome sviluppata da https://bookmarkmanager.com, e la sua funzione principale è "Personal, Tag-based Bookmark Manager".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bookmark Manager

Scarica i file di estensione Bookmark Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bookmark Manager Bookmark Manager
ID obdikhdfjocemafhpnidegmdfhbibdkf
URL Ufficiale https://chromewebstore.google.com/detail/bookmark-manager/obdikhdfjocemafhpnidegmdfhbibdkf
Descrizione Personal, Tag-based Bookmark Manager
Dimensione del File 42.28 KB
Conteggio Installazioni 57
Versione Corrente 2.1.0
Ultimo Aggiornamento 2024-03-02
Data di Pubblicazione 2023-08-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://bookmarkmanager.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.termsfeed.com/live/b2f84c4a-d812-4c47-ab00-c1e385a431cb
Lingue Supportate 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"
}