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文件
下载Clip To Dynalist Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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
} | |