Private Bookmarker

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

Vad är Private Bookmarker?

Private Bookmarker är en Chrome-tillägg utvecklad av Murali Krishna Chanda, och dess huvudfunktion är "Private Bookmark app will help you save bookmarks which are password protected.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Private Bookmarker-förlängningens CRX-fil

Ladda ner Private Bookmarker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Private Bookmarker Private Bookmarker
ID ioneiaafmcopdbalkdcngmhklemlhfka
Officiell webbadress https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka
Beskrivning Private Bookmark app will help you save bookmarks which are password protected.
Filstorlek 366 KB
Antal Installationer 9,607
Aktuell Version 1.4.1
Senast Uppdaterad 2019-07-24
Publiceringsdatum 2019-07-24
Betyg 4.23/5 Totalt 22 Betyg
Utvecklare Murali Krishna Chanda
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}