Clip To Dynalist Note
Bookmark websites in Dynalist
Clip To Dynalist Noteคืออะไร?
Clip To Dynalist Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rawbytz และคุณลักษณะหลักของมันคือ "Bookmark websites in Dynalist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clip To Dynalist Note
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clip To Dynalist Note |
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 } |