MyNotesApp
write notes, search youtube, search google, translate notes, open docs, send notes to gmail...
MyNotesApp란 무엇입니까?
MyNotesApp은(는) javier villarreal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "write notes, search youtube, search google, translate notes, open docs, send notes to gmail..."입니다.
확장 프로그램 스크린샷
MyNotesApp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is my contribution, while i´m navigating, sometimes i want to write notes or paste links or even mails that i´ll probably use later and i think that with this application you can solve the problem. Then you can save a note even if you are going to close chrome. The program let you write notes and modify it. When you need to modify a note, you have to click on button Modify and background change the color to blue until you finish. In addition, there is a hidden button to clear all notes, if you move the mouse to the middle of the page you could see the button. This is a first version of the program, i´m developing improvements that i´ll publish soon. I hope you like it. Thanks. ---------------------------------------------------------------------------------------------------------------------- IMPORTANT: Don´t use the extension to save relevant information like passwords or other private data, because the extension wasn´t made for that purpose. IMPORTANTE: No uses la extensión para salvar información relevante como contraseñas o otros datos privados porque la extensión no fue diseñada con ese fin. ---------------------------------------------------------------------------------------------------------------------- Some Options: - Get your notes on Gmail. - Search on google. - Search on YouTube. - Open Google Docs. - Translate Text. - change the font size - open notes in a new tab - full screen - Print notes. To search on google, youtube or translate text, you only have to write on the field where you writes notes and two icons will appear on the top. You only have to click on it. To get your notes on Gmail you only have to open the option menu and click on the button. You can open google docs, only open the site for you to work with it, (not to get notes like documents). ************************************** VERSION 2.4 PUBLISHED ******************** ****************************************** INFO *************************************** Windows MAC OS Linux - Copy: CTRL+C CMD+C CTRL+SHIFT+C - Paste: CTRL+V CMD+V CTRL+SHIFT+V ***************************************** OTHERS ************************************ Do you want to do the same but with a special links support and more functionalities? Test the extension: Quick Links https://chrome.google.com/webstore/detail/aegkifofjmpcimhejjpjhafihlcpcifl
확장 프로그램 기본 정보
이름 | |
ID | dekfkaejjjbaanacipopikcebhmjplce |
공식 URL | https://chrome.google.com/webstore/detail/mynotesapp/dekfkaejjjbaanacipopikcebhmjplce |
설명 | write notes, search youtube, search google, translate notes, open docs, send notes to gmail... |
파일 크기 | 549 KB |
설치 횟수 | 614 |
현재 버전 | 3.0 |
최근 업데이트 | 2013-08-05 |
출시 날짜 | 2013-08-05 |
평점 | 3.98/5 총 42 개의 평점 |
개발자 | javier villarreal |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyNotesApp", "version": "3.0", "description": "write notes, search youtube, search google, translate notes, open docs, send notes to gmail...", "permissions": [ "tabs" ], "browser_action": { "default_icon": "fondoIcon.png", "default_popup": "index.html" } } |