Private Bookmarker
Private Bookmark app will help you save bookmarks which are password protected.
Private Bookmarker란 무엇입니까?
Private Bookmarker은(는) Murali Krishna Chanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Private Bookmark app will help you save bookmarks which are password protected."입니다.
확장 프로그램 스크린샷
Private Bookmarker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Private Bookmarker |
ID | ioneiaafmcopdbalkdcngmhklemlhfka |
공식 URL | https://chromewebstore.google.com/detail/private-bookmarker/ioneiaafmcopdbalkdcngmhklemlhfka |
설명 | Private Bookmark app will help you save bookmarks which are password protected. |
파일 크기 | 366 KB |
설치 횟수 | 9,607 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2019-07-24 |
출시 날짜 | 2019-07-24 |
평점 | 4.23/5 총 22 개의 평점 |
개발자 | Murali Krishna Chanda |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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 } |