Notepad

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

Wat is Notepad?

Notepad is een Chrome-extensie ontwikkeld door Bhupendra Singh Bhandari, en de belangrijkste functie is "Simple notebook which helps you to save/manage your notes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notepad

Download Notepad-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

                        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                    

Basisinformatie over de Extensie

Naam Notepad Notepad
ID ibmpamplhebgoidhhlpdgenhdhmchdoa
Officiële URL https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa
Beschrijving Simple notebook which helps you to save/manage your notes.
Bestandsgrootte 701 KB
Aantal Installaties 2,166
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-07-13
Publicatiedatum 2020-06-24
Beoordeling 4.38/5 Totaal 13 Beoordelingen
Ontwikkelaar Bhupendra Singh Bhandari
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}