Super Easy Notes!
Super simple Chrome notes!
Super Easy Notes!란 무엇입니까?
Super Easy Notes!은(는) abhid90210에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Super simple Chrome notes!"입니다.
확장 프로그램 스크린샷
Super Easy Notes! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Saves: - Phone numbers - Addresses - Websites - Jokes But wait there's more: Now also store other textual type of information. :) Without ever leaving your Chrome. ---- Important: Currently all notes are stored in your local system. Currently all notes will be accessible to anyone using your browser after you, use it if you are the only one using your computer. ---- - Authentication feature coming soon. - Syncing with GDrive coming soon.
확장 프로그램 기본 정보
이름 | |
ID | ihljjldlepkbibpbkfnmmkhfgeeiiiid |
공식 URL | https://chrome.google.com/webstore/detail/super-easy-notes/ihljjldlepkbibpbkfnmmkhfgeeiiiid |
설명 | Super simple Chrome notes! |
파일 크기 | 291 KB |
설치 횟수 | 528 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2014-04-30 |
출시 날짜 | 2014-04-30 |
평점 | 4.40/5 총 5 개의 평점 |
개발자 | abhid90210 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "version": "0.0.0.4", "default_locale": "en", "description": "__MSG_extDesc__", "browser_action": { "default_icon": { "19": "images\/browserAction.png", "38": "images\/browserAction.png" }, "default_title": "__MSG_extDefaultTitle__", "default_popup": "app\/index.html" }, "permissions": [ "identity", "storage", "https:\/\/accounts.google.com\/", "https:\/\/www.googleapis.com\/", "https:\/\/ssl.gstatic.com\/", "https:\/\/apis.google.com\/" ], "oauth2": { "client_id": "631726187562-0q05ssj1jnk9fnbquojmmdvngas4ar3h.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |