Private Bookmarker

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

Cos'è Private Bookmarker?

Private Bookmarker è un'estensione di Chrome sviluppata da Murali Krishna Chanda, e la sua funzione principale è "Private Bookmark app will help you save bookmarks which are password protected.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Private Bookmarker

Scarica i file di estensione Private Bookmarker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
URL Ufficiale https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
Descrizione Private Bookmark app will help you save bookmarks which are password protected.
Dimensione del File 366 KB
Conteggio Installazioni 9,607
Versione Corrente 1.4.1
Ultimo Aggiornamento 2019-07-24
Data di Pubblicazione 2019-07-24
Valutazione 4.23/5 Totale 22 Valutazioni
Sviluppatore Murali Krishna Chanda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}