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 |
| 官方網址 | 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
} | |