Private Bookmarker

Private Bookmark app will help you save bookmarks which are password protected.

Was ist Private Bookmarker?

Private Bookmarker ist eine Chrome-Erweiterung, die von Murali Krishna Chanda entwickelt wurde, und ihr Hauptmerkmal ist "Private Bookmark app will help you save bookmarks which are password protected.".

Erweiterungsscreenshots

screenshot
screenshot

Private Bookmarker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Private Bookmarker-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

                        Private bookmark is a unique bookmark app, which will protect your bookmarks with a password. All your private bookmarks data are encrypted and stored in your local machine. They can only be viewed on providing correct password.                    

Grundlegende Informationen zur Erweiterung

Name Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
Offizielle URL https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
Beschreibung Private Bookmark app will help you save bookmarks which are password protected.
Dateigröße 366 KB
Installationsanzahl 9,607
Aktuelle Version 1.4.1
Letztes Update 2019-07-24
Veröffentlichungsdatum 2019-07-24
Bewertung 4.23/5 Insgesamt 22 Bewertungen
Entwickler Murali Krishna Chanda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Private Bookmarker",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Private Bookmark app will help you save bookmarks which are password protected.",
    "browser_action": {
        "default_icon": "bookmark.png",
        "default_popup": "home.html"
    },
    "permissions": [
        "http:\/\/code.jquery.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "database.js",
                "jquery-2.0.3.min.js",
                "addbookmark.js",
                "jquery-ui.js",
                "common.js",
                "home.js",
                "passcode.js",
                "aes.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true
}