Clip To Dynalist Note
Bookmark websites in Dynalist
Clip To Dynalist Note란 무엇입니까?
Clip To Dynalist Note은(는) rawbytz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark websites in Dynalist"입니다.
확장 프로그램 스크린샷
Clip To Dynalist Note 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
NOTE: This is the non-Markdown version. The full url is displayed in the note. • Formats the active tab title and url & copies to the clipboard. • Then automatically goes to the first Dynalist tab it finds in the active window. • If no Dynalist tab is found, a new one is created. • You manually paste into a new Dynalist bullet. • Also includes "Toggle Last Tab" capability via a 2nd keyboard shortcut. • Set keyboard shortcuts at the bottom of chrome://extensions
확장 프로그램 기본 정보
이름 | Clip To Dynalist Note |
ID | hbigoahmpdlnolcndfiadhiimkppbibg |
공식 URL | https://chromewebstore.google.com/detail/clip-to-dynalist-note/hbigoahmpdlnolcndfiadhiimkppbibg |
설명 | Bookmark websites in Dynalist |
파일 크기 | 8.26 KB |
설치 횟수 | 206 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2017-06-01 |
출시 날짜 | 2017-06-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | rawbytz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip To Dynalist Note", "version": "0.0.0.4", "description": "Bookmark websites in Dynalist", "browser_action": { "default_icon": "C2DLn_128.png", "default_title": "Clip To Dynalist Note" }, "icons": { "128": "C2DLn_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "commands": { "toggleLast": { "description": "Toggle Last Tab" } }, "manifest_version": 2 } |