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 |
| Eメール | [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
} | |