Dnote

Capture your microlessons without leaving the browser.

What is Dnote?

Dnote is a Chrome extension developed by http://dnote.io, and its main feature is "Capture your microlessons without leaving the browser.".

Extension Screenshots

screenshot

Download Dnote Extension CRX File

Download Dnote extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.                    

Extension Basic Information

Name Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
Official URL https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
Description Capture your microlessons without leaving the browser.
File Size 112 KB
Installation Count 77
Current Version 2.0.0
Last Updated 2019-10-28
Publish Date 2019-10-28
Rating 3.67/5 Total 3 Ratings
Developer http://dnote.io
Payment Type free
Supported Languages 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"
            }
        }
    }
}