Private Bookmarker

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

Hvad er Private Bookmarker?

Private Bookmarker er en Chrome-udvidelse udviklet af Murali Krishna Chanda, og dens hovedfunktion er "Private Bookmark app will help you save bookmarks which are password protected.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Private Bookmarker-udvidelses-CRX-fil

Download Private Bookmarker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
Officiel URL https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
Beskrivelse Private Bookmark app will help you save bookmarks which are password protected.
Filstørrelse 366 KB
Antal Installationer 9,607
Nuværende Version 1.4.1
Senest Opdateret 2019-07-24
Udgivelsesdato 2019-07-24
Bedømmelse 4.23/5 Samlet 22 Bedømmelser
Udvikler Murali Krishna Chanda
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}