Notepad

Simple notebook which helps you to save/manage your notes.

Was ist Notepad?

Notepad ist eine Chrome-Erweiterung, die von Bhupendra Singh Bhandari entwickelt wurde, und ihr Hauptmerkmal ist "Simple notebook which helps you to save/manage your notes.".

Erweiterungsscreenshots

screenshot

Notepad-Erweiterungs-CRX-Datei herunterladen

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

                        Features :
1.Lightning fast experience.
2. No login required.
3. Formatting options.
4. Recycle Bin.
5. Manage notes in categories
6. Automatically sync with chrome.
7. Reorder notes.

Future roadmap: 
1. Search capabilities.
2. Copy to clipboard.
3. Print notes.
4. Themes (dark/light mode).
5. Download notes.
6. Support for multiple language                    

Grundlegende Informationen zur Erweiterung

Name Notepad Notepad
ID ibmpamplhebgoidhhlpdgenhdhmchdoa
Offizielle URL https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa
Beschreibung Simple notebook which helps you to save/manage your notes.
Dateigröße 701 KB
Installationsanzahl 2,166
Aktuelle Version 1.0.5
Letztes Update 2020-07-13
Veröffentlichungsdatum 2020-06-24
Bewertung 4.38/5 Insgesamt 13 Bewertungen
Entwickler Bhupendra Singh Bhandari
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notepad",
    "version": "1.0.5",
    "description": "Simple notebook which helps you to save\/manage your notes.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/notepad16.png",
            "32": "assets\/images\/notepad32.png",
            "48": "assets\/images\/notepad48.png",
            "128": "assets\/images\/notepad128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/notepad16.png",
        "32": "assets\/images\/notepad32.png",
        "48": "assets\/images\/notepad48.png",
        "128": "assets\/images\/notepad128.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}