Dynalist Bookmarker
A nifty bookmarker for dynalist.
什麼是Dynalist Bookmarker?
Dynalist Bookmarker是由Shadowfax Apps開發的Chrome擴展程式,該擴展的主要功能是“A nifty bookmarker for dynalist.”。
擴展截圖
下載Dynalist Bookmarker擴展crx文件
下載Dynalist Bookmarker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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';" } |