Dynalist Bookmarker
A nifty bookmarker for dynalist.
Dynalist Bookmarker란 무엇입니까?
Dynalist Bookmarker은(는) Shadowfax Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A nifty bookmarker for dynalist."입니다.
확장 프로그램 스크린샷
Dynalist Bookmarker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension helps you capture website links to a Dynalist Note. Features: - Support for "Dynamic" folder selection for bookmarking. - Support for #tags. - Support for multi-line note taking. - Configure a non-inbox folder for capturing bookmarks. - Auto save pop-up context per web page when closed - This enables capturing notes while reading articles. - Shortcuts - Cmd+I (Mac) / Alt+I (Windows) to open the extension. Cmd+Enter/Ctrl+Enter to "save" the bookmark. Wiki - http://bit.ly/cdbwiki Try it out and please provide me any feedback or feature requests on [email protected] :) PS: I built this extension for me personally to better capture and manage my bookmarks using Dynalist!
확장 프로그램 기본 정보
이름 | Dynalist Bookmarker |
ID | mbempfckkkcncamnaopmfagmocdmlknf |
공식 URL | https://chromewebstore.google.com/detail/dynalist-bookmarker/mbempfckkkcncamnaopmfagmocdmlknf |
설명 | A nifty bookmarker for dynalist. |
파일 크기 | 136 KB |
설치 횟수 | 240 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2019-11-05 |
출시 날짜 | 2019-10-17 |
평점 | 4.75/5 총 8 개의 평점 |
개발자 | Shadowfax Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://shadowfax92.github.io/assets/privacy_policy.pdf |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": ".\/popup.html" }, "description": "A nifty bookmarker for dynalist.", "icons": { "16": "assets\/icons\/icon_16.png", "32": "assets\/icons\/icon_32.png", "64": "assets\/icons\/icon_64.png", "128": "assets\/icons\/icon_128.png" }, "commands": { "_execute_browser_action": { "description": "Open Dynalist Bookmarker", "suggested_key": { "default": "Alt+I", "mac": "Command+I" } } }, "manifest_version": 2, "name": "Dynalist Bookmarker", "options_ui": { "chrome_style": false, "page": ".\/options.html" }, "permissions": [ "background", "storage", "activeTab" ], "version": "1.0.6", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';" } |