Workflowy Web Clipper
Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…
Workflowy Web Clipper란 무엇입니까?
Workflowy Web Clipper은(는) https://workflowy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes…"입니다.
확장 프로그램 스크린샷
Workflowy Web Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes to any place in your Workflowy account, then take notes, re-organize, without leaving the context of the page you are working on. Features - Copy insert links into any place in your workflowy - Automatically includes selected text - Let's you immediately jot down your thoughts, re-organize, go deeper while the content is still fresh in your mind
확장 프로그램 기본 정보
이름 | Workflowy Web Clipper |
ID | jgapgnoonjgchibeajphaejhabcnklbn |
공식 URL | https://chromewebstore.google.com/detail/workflowy-web-clipper/jgapgnoonjgchibeajphaejhabcnklbn |
설명 | Workflowy Web Clipper brings the full power of Workflowy's fractal notes directly into a web clipper. You can quickly capture notes… |
파일 크기 | 27.15 MB |
설치 횟수 | 6,693 |
현재 버전 | 1.8.7 |
최근 업데이트 | 2023-06-25 |
출시 날짜 | 2020-07-04 |
평점 | 3.94/5 총 17 개의 평점 |
개발자 | https://workflowy.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://workflowy.com |
도움말 페이지 URL | https://workflowy.zendesk.com |
개인정보 보호 정책 페이지 URL | https://workflowy.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Workflowy Web Clipper", "version": "1.8.7", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "http:\/\/workflowy.com\/", "https:\/\/workflowy.com\/" ], "content_security_policy": "script-src 'self' https:\/\/www.recaptcha.net https:\/\/www.gstatic.com; object-src 'self'", "commands": { "clip-here": { "suggested_key": { "windows": "Ctrl+Shift+S", "mac": "Command+Shift+S", "chromeos": "Ctrl+Shift+S", "linux": "Ctrl+Shift+S" }, "description": "Clip the current page here" }, "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y" } } }, "icons": { "16": "media\/i\/icon-16.png", "48": "media\/i\/icon-48.png", "128": "media\/i\/icon-128.png" }, "browser_action": { "default_icon": "media\/i\/icon-152x152.png", "default_popup": "index.html?chrome_extension=true", "default_title": "Workflowy web clipper" } } |