Easy NotePad

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

Τι είναι το Easy NotePad;

Το Easy NotePad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kassius, και η κύρια λειτουργία του είναι "Simple Note making extension, Make, save and have the option to download your notes".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Easy NotePad

Λήψη αρχείων επέκτασης Easy NotePad σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Easy NotePad Easy NotePad
ID plpjemecoefaeikldhckbggehnhiokjn
Επίσημο URL https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn
Περιγραφή Simple Note making extension, Make, save and have the option to download your notes
Μέγεθος Αρχείου 58.47 KB
Αριθμός Εγκαταστάσεων 784
Τρέχουσα Έκδοση 0.8
Τελευταία Ενημέρωση 2016-01-21
Ημερομηνία Δημοσίευσης 2016-01-21
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής kassius
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}