Dnote

Capture your microlessons without leaving the browser.

Wat is Dnote?

Dnote is een Chrome-extensie ontwikkeld door http://dnote.io, en de belangrijkste functie is "Capture your microlessons without leaving the browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dnote

Download Dnote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
Officiële URL https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
Beschrijving Capture your microlessons without leaving the browser.
Bestandsgrootte 112 KB
Aantal Installaties 77
Huidige Versie 2.0.0
Laatst Bijgewerkt 2019-10-28
Publicatiedatum 2019-10-28
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://dnote.io
Betalingswijze free
Ondersteunde Talen 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"
            }
        }
    }
}