MyNotepad

Simple chrome notebook which helps you to save your notes.

Cos'è MyNotepad?

MyNotepad è un'estensione di Chrome sviluppata da Bhupendra Singh Bhandari, e la sua funzione principale è "Simple chrome notebook which helps you to save your notes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MyNotepad

Scarica i file di estensione MyNotepad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.

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

Developer: Bhupendra ([email protected])                    

Informazioni di Base sull'Estensione

Nome MyNotepad MyNotepad
ID hmlppbhffiglamdeadolljnccgeldgjp
URL Ufficiale https://chrome.google.com/webstore/detail/mynotepad/hmlppbhffiglamdeadolljnccgeldgjp
Descrizione Simple chrome notebook which helps you to save your notes.
Dimensione del File 539 KB
Conteggio Installazioni 34
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-06-22
Data di Pubblicazione 2020-06-22
Sviluppatore Bhupendra Singh Bhandari
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyNotepad",
    "version": "1.0.1",
    "description": "Simple chrome notebook which helps you to save your notes.",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/notebook.png",
            "32": "assets\/images\/notebook.png",
            "48": "assets\/images\/notebook.png",
            "128": "assets\/images\/notebook.png"
        }
    },
    "icons": {
        "16": "assets\/images\/notebook.png",
        "32": "assets\/images\/notebook.png",
        "48": "assets\/images\/notebook.png",
        "128": "assets\/images\/notebook.png"
    },
    "manifest_version": 2,
    "offline_enabled": true
}