Etch
Work Made Easy
Etch란 무엇입니까?
Etch은(는) https://www.etchhq.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Work Made Easy"입니다.
확장 프로그램 스크린샷
Etch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Etch allows you to quickly create notes in the browser with the click of button. No more switching back to another note taking app. Just hit the new tab icon in chrome and select start writing. You can then add in content from across the web including images, videos, PDFs and other file types. Save and organise your notes easily in your Etch Workspace. All notes are saved automatically as you type, even if you close the tab. Capture your ideas. Make task lists. Collaborate on content with others. Create collections of related notes. Manage personal and business projects. Organise your life. Etch is only tool that allows you to do it all in browser - and fast. It’s work made easy. With Etch you can: - Start writing in seconds - Save your ideas fast - Add rich media and files - Create a daily to-do list - Use it as a journal - Collect blog ideas & content - Share notes with others - Work much faster
확장 프로그램 기본 정보
이름 | |
ID | oniooolcmlmolbmlanmlhedolgfgkbkm |
공식 URL | https://chromewebstore.google.com/detail/etch/oniooolcmlmolbmlanmlhedolgfgkbkm |
설명 | Work Made Easy |
파일 크기 | 290 KB |
설치 횟수 | 40 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-10-06 |
출시 날짜 | 2020-10-06 |
개발자 | https://www.etchhq.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://etchhq.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etch", "version": "0.0.1", "description": "Work Made Easy", "icons": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" }, "browser_action": { "default_icon": { "16": "images\/logo-16x16.png", "32": "images\/logo-32x32.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "\/fonts\/*", "images\/*", "fonts.css" ], "incognito": "not_allowed", "short_name": "Etch" } |