Dnote
Capture your microlessons without leaving the browser.
Apa itu Dnote?
Dnote adalah ekstensi Chrome yang dikembangkan oleh http://dnote.io, dan fitur utamanya adalah "Capture your microlessons without leaving the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dnote
Unduh file ekstensi Dnote 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
A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.
Informasi Dasar Ekstensi
Nama | |
ID | mcfbfmihbijfaambfbbfcdcfibcjcahi |
URL Resmi | https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi |
Deskripsi | Capture your microlessons without leaving the browser. |
Ukuran File | 112 KB |
Jumlah Instalasi | 77 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2019-10-28 |
Tanggal Publikasi | 2019-10-28 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | http://dnote.io |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dnote", "version": "2.0.0", "description": "Capture your microlessons without leaving the browser.", "icons": { "16": "images\/iconx16.png", "48": "images\/iconx48.png", "128": "images\/iconx128.png" }, "manifest_version": 2, "browser_action": { "default_icon": { "16": "images\/iconx16.png", "32": "images\/iconx32.png" }, "default_popup": "popup.html" }, "background": { "scripts": [] }, "content_scripts": [], "permissions": [ "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+D", "mac": "MacCtrl+D" } } } } |