My Bookmarks Organizer

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

Qu'est-ce que My Bookmarks Organizer ?

My Bookmarks Organizer est une extension Chrome développée par D2R Internet Holdings, LLC., et sa fonction principale est "Easy way to browse and organize your Bookmarks, History, Downloads and much more".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension My Bookmarks Organizer

Téléchargez les fichiers d'extension My Bookmarks Organizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My Bookmarks Organizer My Bookmarks Organizer
ID fdagfeejebamchdokdpjgfjdfaklofab
URL Officiel https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab
Description Easy way to browse and organize your Bookmarks, History, Downloads and much more
Taille du Fichier 63.22 KB
Nombre d'Installations 146
Version Actuelle 3.6
Dernière Mise à Jour 2022-09-03
Date de Publication 2020-12-02
Évaluation 4.38/5 Total 13 Évaluations
Développeur D2R Internet Holdings, LLC.
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.d2rinternetholdings.com
URL de la Page de Politique de Confidentialité https://www.d2rinternetholdings.com/privacypolicy
Langues Prises en Charge 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"
    ]
}