EZ-Notes
Take notes better and faster with the click of a single button!
EZ-Notes란 무엇입니까?
EZ-Notes은(는) Aayush Gupta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take notes better and faster with the click of a single button!"입니다.
확장 프로그램 스크린샷
EZ-Notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is one that will help you take notes ANYWHERE with a single click. Click the button, and a note-taking app will pop up, and when you click save, the note will be downloaded to your device. Even if you click on the screen, EZ-Notes will remember the note that you were taking and nothing will be deleted. Notes: - File will be downloaded in .txt file format. - For Windows and Mac users wanting to upload to Google Drive, upload the .txt file to Google Drive. - For Chromebook users, nothing needs to be uploaded and everything will be on Google Drive by default. ---------------------------------------------------------------- EZ-Notes 1.2 Features: - EZ-Notes now retains your note data even if you click on the screen - "New Note" button to easily start a new note and remove all text
확장 프로그램 기본 정보
이름 | EZ-Notes |
ID | hdeeaaiigagefglpjckfifebpcebiklb |
공식 URL | https://chromewebstore.google.com/detail/ez-notes/hdeeaaiigagefglpjckfifebpcebiklb |
설명 | Take notes better and faster with the click of a single button! |
파일 크기 | 52.46 KB |
설치 횟수 | 310 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2020-05-09 |
출시 날짜 | 2020-05-09 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | Aayush Gupta |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EZ-Notes", "description": "Take notes better and faster with the click of a single button!", "version": "1.2.1", "permissions": [ "downloads" ], "icons": { "16": "16x16.png", "32": "96x96.png", "48": "96x96.png", "128": "128x128.png" }, "background": { "scripts": [ "jquery-2.2.4.min.js", "index.js" ] }, "browser_action": { "default_icon": "96x96.png", "default_popup": "index.html" } } |