Notepad

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

Qu'est-ce que Notepad ?

Notepad est une extension Chrome développée par Bhupendra Singh Bhandari, et sa fonction principale est "Simple notebook which helps you to save/manage your notes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Notepad

Téléchargez les fichiers d'extension 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

                        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                    

Informations de Base sur l'Extension

Nom Notepad Notepad
ID ibmpamplhebgoidhhlpdgenhdhmchdoa
URL Officiel https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa
Description Simple notebook which helps you to save/manage your notes.
Taille du Fichier 701 KB
Nombre d'Installations 2,166
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-07-13
Date de Publication 2020-06-24
Évaluation 4.38/5 Total 13 Évaluations
Développeur Bhupendra Singh Bhandari
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}