Dnote

Capture your microlessons without leaving the browser.

Vad är Dnote?

Dnote är en Chrome-tillägg utvecklad av http://dnote.io, och dess huvudfunktion är "Capture your microlessons without leaving the browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Dnote-förlängningens CRX-fil

Ladda ner Dnote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
Officiell webbadress https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
Beskrivning Capture your microlessons without leaving the browser.
Filstorlek 112 KB
Antal Installationer 77
Aktuell Version 2.0.0
Senast Uppdaterad 2019-10-28
Publiceringsdatum 2019-10-28
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare http://dnote.io
Betalningssätt free
Stödda Språk 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"
            }
        }
    }
}