Easy NotePad

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

Qu'est-ce que Easy NotePad ?

Easy NotePad est une extension Chrome développée par kassius, et sa fonction principale est "Simple Note making extension, Make, save and have the option to download your notes".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy NotePad

Téléchargez les fichiers d'extension Easy NotePad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Easy NotePad Easy NotePad
ID plpjemecoefaeikldhckbggehnhiokjn
URL Officiel https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn
Description Simple Note making extension, Make, save and have the option to download your notes
Taille du Fichier 58.47 KB
Nombre d'Installations 784
Version Actuelle 0.8
Dernière Mise à Jour 2016-01-21
Date de Publication 2016-01-21
Évaluation 3.67/5 Total 3 Évaluations
Développeur kassius
Type de Paiement free
Langues Prises en Charge 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"
    ]
}