Private Bookmarker

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

Wat is Private Bookmarker?

Private Bookmarker is een Chrome-extensie ontwikkeld door Murali Krishna Chanda, en de belangrijkste functie is "Private Bookmark app will help you save bookmarks which are password protected.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Private Bookmarker

Download Private Bookmarker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
Officiële URL https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
Beschrijving Private Bookmark app will help you save bookmarks which are password protected.
Bestandsgrootte 366 KB
Aantal Installaties 9,607
Huidige Versie 1.4.1
Laatst Bijgewerkt 2019-07-24
Publicatiedatum 2019-07-24
Beoordeling 4.23/5 Totaal 22 Beoordelingen
Ontwikkelaar Murali Krishna Chanda
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}