domodel-diary
Password protected diary
domodel-diary란 무엇입니까?
domodel-diary은(는) https://thoughtsunificator.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Password protected diary"입니다.
확장 프로그램 스크린샷
domodel-diary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Calendar - Daily notes encrypted using AES - Password Protected To access your diary simply click the extension icon in the toolbar.
확장 프로그램 기본 정보
이름 | domodel-diary |
ID | hncoaagegcdnajffjpkldhfceipfgnnf |
공식 URL | https://chromewebstore.google.com/detail/domodel-diary/hncoaagegcdnajffjpkldhfceipfgnnf |
설명 | Password protected diary |
파일 크기 | 47.43 KB |
설치 횟수 | 103 |
현재 버전 | 1.6.88 |
최근 업데이트 | 2021-10-25 |
출시 날짜 | 2020-06-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://thoughtsunificator.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://thoughtsunificator.me |
도움말 페이지 URL | http://thoughtsunificator.me |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Password protected diary", "manifest_version": 2, "name": "domodel-diary", "homepage_url": "https:\/\/thoughtsunificator.me", "icons": { "16": "resource\/favicon-16x16.png", "32": "resource\/favicon-32x32.png", "48": "resource\/favicon-48x48.png", "128": "resource\/favicon-128x128.png", "192": "resource\/favicon-192x192.png" }, "browser_action": { "browser_style": false, "default_icon": "resource\/favicon-32x32.png", "default_title": "domodel-diary", "default_popup": "index.html" }, "version": "1.6.88" } |