Private Bookmarks

Save your websites, where no one can see them!

Was ist Private Bookmarks?

Private Bookmarks ist eine Chrome-Erweiterung, die von https://www.joaomagalhaes.net entwickelt wurde, und ihr Hauptmerkmal ist "Save your websites, where no one can see them!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Private Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Private Bookmarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        What's new in Private Bookmarks 1.4:
* Added bulk delete to options page
* Added ability to backup/restore bookmarks and settings
* Added shorcut key to add to private bookmarks
* Added ability to reset extension
* Multiple bug fixing

What's new in Private Bookmarks 1.3:
* Fixed bug when adding bookmarks from popup menu

What's new in Private Bookmarks 1.2:
* Added new languages: Portuguese, Spanish and French (if you can help translate Private Bookmarks to your native language, please contact me)
* Bug fixing

This extension adds a button to your browser toolbar. Click to open and set a new password or login if you already have one set.

After that, you are able to add websites by right-clicking on a page or by opening the extension and clicking "Add to private bookmarks".

Private Bookmarks gives you the ability to save your bookmarks where no one can see them. It's password protected, so you're safe.

Future updates:
- Add more languages (if you can help translate Private Bookmarks to your native language, please contact me)                    

Grundlegende Informationen zur Erweiterung

Name Private Bookmarks Private Bookmarks
ID cbheenbihjdgbmbogbefcgnpfoflhnhl
Offizielle URL https://chromewebstore.google.com/detail/private-bookmarks/cbheenbihjdgbmbogbefcgnpfoflhnhl
Beschreibung Save your websites, where no one can see them!
Dateigröße 405 KB
Installationsanzahl 8,246
Aktuelle Version 1.4
Letztes Update 2013-12-18
Veröffentlichungsdatum 2013-12-17
Bewertung 3.73/5 Insgesamt 48 Bewertungen
Entwickler https://www.joaomagalhaes.net
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://groups.google.com/forum/?fromgroups#!forum/private-bookmarks
Unterstützte Sprachen en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.4",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ]
}