chromePad
A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
chromePad란 무엇입니까?
chromePad은(는) earthii.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor"입니다.
확장 프로그램 스크린샷
chromePad 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
chromePad is an extension which enables users to take notes through a chrome extension. You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer. You can also right click in chrome to add a quick note into the app. All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)
확장 프로그램 기본 정보
이름 | chromePad |
ID | dpofibmpjiejdbmpkflaedamfkglbdfl |
공식 URL | https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl |
설명 | A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor |
파일 크기 | 213 KB |
설치 횟수 | 670 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2018-11-28 |
출시 날짜 | 2018-11-28 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | earthii.dev |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chromePad", "short_name": "chromePad", "version": "1.1.3", "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor", "icons": { "128": "assets\/icon128.png", "48": "assets\/icon48.png", "16": "assets\/icon16.png" }, "browser_action": { "default_icon": "assets\/icon256.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |