Notepad for Chrome

A very simple and syncable notepad 📑 for Chrome.

Qu'est-ce que Notepad for Chrome ?

Notepad for Chrome est une extension Chrome développée par air, et sa fonction principale est "A very simple and syncable notepad 📑 for Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Pin the extension and add a note 📝 whenever you need.
3. Sync all your notes 📑 across all your devices, for that you will have to enable bookmark syncing.
4. All the notes you will create in this extension will be found in “Other Bookmarks.”🔖

✨ Features ✨

1. Saves notes 📑 across on Google Chrome and will be accessible on all your devices.
2. Can sync notes by default (and caret position, and scroll offsets.)
3. Customizable font and notepad size.

Notepad for Chrome 📑 is a notepad extension that can sync notes to all your Chrome installations!                    

Informations de Base sur l'Extension

Nom Notepad for Chrome Notepad for Chrome
ID iehdbedeamjlmpmfgkemgciejcbdggln
URL Officiel https://chromewebstore.google.com/detail/notepad-for-chrome/iehdbedeamjlmpmfgkemgciejcbdggln
Description A very simple and syncable notepad 📑 for Chrome.
Taille du Fichier 43.57 KB
Nombre d'Installations 99
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-03-31
Date de Publication 2023-03-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur air
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad for Chrome",
    "description": "A very simple and syncable notepad \ud83d\udcd1 for Chrome.",
    "version": "1.0.0",
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "downloads"
    ],
    "icons": {
        "128": "img\/128_icon.png",
        "48": "img\/48_icon.png",
        "16": "img\/16_icon.png"
    },
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_popup": "index.html",
        "default_title": "Click to start typing..."
    }
}