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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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';"
} | |