Easy NotePad

Simple Note making extension, Make, save and have the option to download your notes

Was ist Easy NotePad?

Easy NotePad ist eine Chrome-Erweiterung, die von kassius entwickelt wurde, und ihr Hauptmerkmal ist "Simple Note making extension, Make, save and have the option to download your notes".

Erweiterungsscreenshots

screenshot
screenshot

Easy NotePad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy NotePad-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

                        Lightweight Easy Notepad ( no pencil needed ). Just click the icon and jot down a note, You can close it and continue browsing and add to it later. Save notes, and view all saved notes, where you have the option to delete them or download them in a .txt file.

Opening your normal software notepad takes too long and you have to resize it if you want to take notes about something on a webpage. This aims to fix that.

Styled to look like a typical notepad, with a nice pencil icon.                    

Grundlegende Informationen zur Erweiterung

Name Easy NotePad Easy NotePad
ID plpjemecoefaeikldhckbggehnhiokjn
Offizielle URL https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn
Beschreibung Simple Note making extension, Make, save and have the option to download your notes
Dateigröße 58.47 KB
Installationsanzahl 784
Aktuelle Version 0.8
Letztes Update 2016-01-21
Veröffentlichungsdatum 2016-01-21
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler kassius
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy NotePad",
    "short_name": "Easy Note",
    "version": "0.8",
    "description": "Simple Note making extension, Make, save and have the option to download your notes",
    "author": "Kassius Barker, www.KassBarker.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click to make a note",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "downloads"
    ]
}