Dynalist Companion Clipper
Clip and capture to your Dynalist.
Dynalist Companion Clipper란 무엇입니까?
Dynalist Companion Clipper은(는) Dynalist Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clip and capture to your Dynalist."입니다.
확장 프로그램 스크린샷
Dynalist Companion Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Dynalist Companion Clipper clips the current page URL and selected text to your Dynalist inbox location. Instructions: (1) To use this extension, you need to have a Dynalist account. If you don't have one, sign up for one here: https://dynalist.io/signup (2) Set an inbox location in Dynalist. Here's how: https://help.dynalist.io/article/119-set-an-inbox-location (3) Log into Dynalist on the browser. (4) Use the extension icon to capture the current page, or use the right click menu to clip current page or selected text. Advanced usage: (1) When the capture popup is open, you can hit Ctrl+Enter to capture; (2) Customize the format of your captured text in options.
확장 프로그램 기본 정보
이름 | Dynalist Companion Clipper |
ID | ilcnkabiejjaijmenfmfobnkplflaglb |
공식 URL | https://chromewebstore.google.com/detail/dynalist-companion-clippe/ilcnkabiejjaijmenfmfobnkplflaglb |
설명 | Clip and capture to your Dynalist. |
파일 크기 | 187 KB |
설치 횟수 | 7,201 |
현재 버전 | 0.3 |
최근 업데이트 | 2018-10-03 |
출시 날짜 | 2018-10-03 |
평점 | 4.48/5 총 23 개의 평점 |
개발자 | Dynalist Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dynalist.io/ |
개인정보 보호 정책 페이지 URL | https://dynalist.io/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dynalist Companion Clipper", "short_name": "DynaClipper", "description": "Clip and capture to your Dynalist.", "version": "0.3", "icons": { "48": "image\/icon48.png", "128": "image\/icon128.png" }, "browser_action": { "default_icon": "image\/icon48.png", "default_title": "Clip this page to Dynalist", "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus", "storage", "*:\/\/*.dynalist.io\/*" ], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false } } |