Clip To Dynalist
Bookmark websites in Dynalist
Apa itu Clip To Dynalist?
Clip To Dynalist adalah ekstensi Chrome yang dikembangkan oleh rawbytz, dan fitur utamanya adalah "Bookmark websites in Dynalist".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Clip To Dynalist
Unduh file ekstensi Clip To Dynalist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
• Formats the active tab title and url as markdown & 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
Informasi Dasar Ekstensi
Nama | Clip To Dynalist |
ID | ahiipffmcifaempjoeecollondfinbik |
URL Resmi | https://chromewebstore.google.com/detail/clip-to-dynalist/ahiipffmcifaempjoeecollondfinbik |
Deskripsi | Bookmark websites in Dynalist |
Ukuran File | 8.99 KB |
Jumlah Instalasi | 999 |
Versi Saat Ini | 0.0.0.4 |
Terakhir Diperbarui | 2017-05-04 |
Tanggal Publikasi | 2017-05-04 |
Penilaian | 4.88/5 Total 16 Penilaian |
Pengembang | rawbytz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clip To Dynalist", "version": "0.0.0.4", "description": "Bookmark websites in Dynalist", "browser_action": { "default_icon": "C2DL_128.png", "default_title": "Clip To Dynalist" }, "icons": { "128": "C2DL_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs" ], "commands": { "toggleLast": { "description": "Toggle Last Tab" } }, "manifest_version": 2 } |