MyNotepad
Simple chrome notebook which helps you to save your notes.
Wat is MyNotepad?
MyNotepad is een Chrome-extensie ontwikkeld door Bhupendra Singh Bhandari, en de belangrijkste functie is "Simple chrome notebook which helps you to save your notes.".
Extensie Screenshots
Download het CRX-bestand van de extensie MyNotepad
Download MyNotepad-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. 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])
Basisinformatie over de Extensie
Naam | ![]() |
ID | hmlppbhffiglamdeadolljnccgeldgjp |
Officiële URL | https://chrome.google.com/webstore/detail/mynotepad/hmlppbhffiglamdeadolljnccgeldgjp |
Beschrijving | Simple chrome notebook which helps you to save your notes. |
Bestandsgrootte | 539 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-06-22 |
Publicatiedatum | 2020-06-22 |
Ontwikkelaar | Bhupendra Singh Bhandari |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |