Dnote
Capture your microlessons without leaving the browser.
Hvad er Dnote?
Dnote er en Chrome-udvidelse udviklet af http://dnote.io, og dens hovedfunktion er "Capture your microlessons without leaving the browser.".
Udvidelsesskærmbilleder
Download Dnote-udvidelses-CRX-fil
Download Dnote-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mcfbfmihbijfaambfbbfcdcfibcjcahi |
Officiel URL | https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi |
Beskrivelse | Capture your microlessons without leaving the browser. |
Filstørrelse | 112 KB |
Antal Installationer | 77 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2019-10-28 |
Udgivelsesdato | 2019-10-28 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | http://dnote.io |
Betalingsmetode | free |
Understøttede Sprog | 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" } } } } |