Dnote
Capture your microlessons without leaving the browser.
Was ist Dnote?
Dnote ist eine Chrome-Erweiterung, die von http://dnote.io entwickelt wurde, und ihr Hauptmerkmal ist "Capture your microlessons without leaving the browser.".
Erweiterungsscreenshots
Dnote-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dnote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mcfbfmihbijfaambfbbfcdcfibcjcahi |
Offizielle URL | https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi |
Beschreibung | Capture your microlessons without leaving the browser. |
Dateigröße | 112 KB |
Installationsanzahl | 77 |
Aktuelle Version | 2.0.0 |
Letztes Update | 2019-10-28 |
Veröffentlichungsdatum | 2019-10-28 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | http://dnote.io |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } } } |