My Diary
Lightweight and Beautiful personal diary.
My Diary란 무엇입니까?
My Diary은(는) Jayesh Cp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightweight and Beautiful personal diary."입니다.
확장 프로그램 스크린샷
My Diary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lightweight & Beautiful personal diary. Saves data locally inside your browser. No ads, no server connection required. Works offline. Enjoy !
확장 프로그램 기본 정보
이름 | My Diary |
ID | adolnkbfnlkkefhlhnjogliicljjfnip |
공식 URL | https://chromewebstore.google.com/detail/my-diary/adolnkbfnlkkefhlhnjogliicljjfnip |
설명 | Lightweight and Beautiful personal diary. |
파일 크기 | 432 KB |
설치 횟수 | 7,000 |
현재 버전 | 1.0.16 |
최근 업데이트 | 2021-03-25 |
출시 날짜 | 2017-05-22 |
평점 | 3.69/5 총 62 개의 평점 |
개발자 | Jayesh Cp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jayeshcp.wix.com/my-diary |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.16", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en", "author": "Jayesh Chandrapal", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/my-diary\/adolnkbfnlkkefhlhnjogliicljjfnip", "background": { "scripts": [ "background.js" ] }, "permissions": [ "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "images\/diary_128.png", "default_title": "My Diary", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "64": "images\/diary_128.png", "128": "images\/diary_128.png" }, "offline_enabled": true } |