Your MemoPad - Simply notes for Chrome
Simply notes and tasks in Chrome.
Your MemoPad - Simply notes for Chrome란 무엇입니까?
Your MemoPad - Simply notes for Chrome은(는) https://www.yourmemopad.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply notes and tasks in Chrome."입니다.
확장 프로그램 스크린샷
Your MemoPad - Simply notes for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save your codes, ideas, homeworks or notes with auto-sync and fast access. Could it be more simple? Auto-sync with your Chrome account, all your notes always accessible in any computer, at work or at home. You can copy and paste in YourMemoPad without text format. Never forget your tasks and add descriptions for each one. All your changes will be saved and synced automatically. Basic interface with an intuitive work system ready to use. CREATE TASK LISTS AND ADD DESCRIPTIONS FOR MORE INFORMATION. Automatic synchronization with your Google Chrome Browser account. Access your tasks and notes from all desktop device and continue working. COPY AND PASTE DIRECTLY AS PLAIN TEXT. Be always available the codes and notes you use the most and save changes directly. Paste here the information you need to have at hand. MANAGE YOUR TASKS AND REMOVE FINISHED. Modifies the list or descriptions of each task and do not worry about saving changes, the extension does that automatically for you. Access your tasks and notes from all desktop device and continue working.
확장 프로그램 기본 정보
이름 | Your MemoPad - Simply notes for Chrome |
ID | foejegkpnomadfpnaofmhcbgmfejboge |
공식 URL | https://chromewebstore.google.com/detail/your-memopad-simply-notes/foejegkpnomadfpnaofmhcbgmfejboge |
설명 | Simply notes and tasks in Chrome. |
파일 크기 | 344 KB |
설치 횟수 | 824 |
현재 버전 | 1.4 |
최근 업데이트 | 2016-07-24 |
출시 날짜 | 2016-07-24 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | https://www.yourmemopad.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.yourmemopad.com/ |
도움말 페이지 URL | http://www.yourmemopad.com/p/faq.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your MemoPad - Simply notes for Chrome", "description": "Simply notes and tasks in Chrome.", "version": "1.4", "short_name": "YourMemoPad", "homepage_url": "http:\/\/www.yourmemopad.com\/", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "YourMemoPad", "default_popup": "popup.html", "default_icon": "images\/icon19.png" }, "icons": { "19": "images\/icon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/sponsor.png", "images\/icon15.png" ] } |