Note Extension

Allows user to type notes and create a local copy.

Wat is Note Extension?

Note Extension is een Chrome-extensie ontwikkeld door Nick Neuman, en de belangrijkste functie is "Allows user to type notes and create a local copy.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Note Extension

Download Note Extension-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

                        Allows you to save notes quickly without having to open an editor.

You can specify a file name, or leave it empty and use the default file name, "New Note".                    

Basisinformatie over de Extensie

Naam Note Extension Note Extension
ID omfeemnkdhbneldmbcoifnfeoabodmbm
Officiële URL https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm
Beschrijving Allows user to type notes and create a local copy.
Bestandsgrootte 12.99 KB
Aantal Installaties 117
Huidige Versie 1.2
Laatst Bijgewerkt 2018-12-03
Publicatiedatum 2018-12-03
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Nick Neuman
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Extension",
    "manifest_version": 2,
    "description": "Allows user to type notes and create a local copy.",
    "version": "1.2",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}