Dynalist Bookmarker
A nifty bookmarker for dynalist.
Dynalist Bookmarker là gì?
Dynalist Bookmarker là một tiện ích mở rộng Chrome được phát triển bởi Shadowfax Apps, và tính năng chính của nó là "A nifty bookmarker for dynalist.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dynalist Bookmarker
Tải xuống các tệp mở rộng Dynalist Bookmarker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dynalist Bookmarker |
ID | mbempfckkkcncamnaopmfagmocdmlknf |
URL Chính Thức | https://chromewebstore.google.com/detail/dynalist-bookmarker/mbempfckkkcncamnaopmfagmocdmlknf |
Mô tả | A nifty bookmarker for dynalist. |
Kích Thước Tệp | 136 KB |
Số Lần Cài Đặt | 240 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2019-11-05 |
Ngày Phát Hành | 2019-10-17 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Shadowfax Apps |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://shadowfax92.github.io/assets/privacy_policy.pdf |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |