My Bookmarks Organizer

Easy way to browse and organize your Bookmarks, History, Downloads and much more

Was ist My Bookmarks Organizer?

My Bookmarks Organizer ist eine Chrome-Erweiterung, die von D2R Internet Holdings, LLC. entwickelt wurde, und ihr Hauptmerkmal ist "Easy way to browse and organize your Bookmarks, History, Downloads and much more".

Erweiterungsscreenshots

screenshot

My Bookmarks Organizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Bookmarks Organizer-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

                        My Bookmarks Organizer provides an easy way to view and access your bookmarks and other browser features in one click with an accessible web search provided by bing.
One click will bring you to your favorite bookmarks, downloads, history, top visited sites and more! No more endless browsers menu to view your bookmarks, access all your browsing needs in just one click!

Please read carefully: By installing the Bookmarks Organizer extension you agree to install this application, and you agree to the End User License Agreement (https://www.d2rinternetholdings.com/eula-bk) and the Privacy Policy (https://www.d2rinternetholdings.com/privacypolicy).

You may remove this extension at any time from the chrome extension page.                    

Grundlegende Informationen zur Erweiterung

Name My Bookmarks Organizer My Bookmarks Organizer
ID fdagfeejebamchdokdpjgfjdfaklofab
Offizielle URL https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab
Beschreibung Easy way to browse and organize your Bookmarks, History, Downloads and much more
Dateigröße 63.22 KB
Installationsanzahl 146
Aktuelle Version 3.6
Letztes Update 2022-09-03
Veröffentlichungsdatum 2020-12-02
Bewertung 4.38/5 Insgesamt 13 Bewertungen
Entwickler D2R Internet Holdings, LLC.
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.d2rinternetholdings.com
URL der Datenschutzrichtlinien-Seite https://www.d2rinternetholdings.com/privacypolicy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks Organizer",
    "version": "3.6",
    "manifest_version": 3,
    "description": "Easy way to browse and organize your Bookmarks, History, Downloads and much more ",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "omnibox": {
        "keyword": "."
    },
    "chrome_url_overrides": {
        "newtab": "html\/popup-full.html"
    },
    "permissions": [
        "bookmarks",
        "history",
        "downloads",
        "topSites",
        "chrome:\/\/favicon\/",
        "chrome:\/\/downloads\/",
        "tabs"
    ]
}