Private Bookmarker

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

Apa itu Private Bookmarker?

Private Bookmarker adalah ekstensi Chrome yang dikembangkan oleh Murali Krishna Chanda, dan fitur utamanya adalah "Private Bookmark app will help you save bookmarks which are password protected.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Private Bookmarker

Unduh file ekstensi Private Bookmarker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
URL Resmi https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
Deskripsi Private Bookmark app will help you save bookmarks which are password protected.
Ukuran File 366 KB
Jumlah Instalasi 9,607
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2019-07-24
Tanggal Publikasi 2019-07-24
Penilaian 4.23/5 Total 22 Penilaian
Pengembang Murali Krishna Chanda
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}