Private Bookmarks

Save your websites, where no one can see them!

Private Bookmarks란 무엇입니까?

Private Bookmarks은(는) https://www.joaomagalhaes.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your websites, where no one can see them!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Private Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Private Bookmarks Private Bookmarks
ID cbheenbihjdgbmbogbefcgnpfoflhnhl
공식 URL https://chromewebstore.google.com/detail/private-bookmarks/cbheenbihjdgbmbogbefcgnpfoflhnhl
설명 Save your websites, where no one can see them!
파일 크기 405 KB
설치 횟수 8,246
현재 버전 1.4
최근 업데이트 2013-12-18
출시 날짜 2013-12-17
평점 3.73/5 총 48 개의 평점
개발자 https://www.joaomagalhaes.net
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://groups.google.com/forum/?fromgroups#!forum/private-bookmarks
지원되는 언어 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"
    ]
}