Notepad
Simple notebook which helps you to save/manage your notes.
Cos'è Notepad?
Notepad è un'estensione di Chrome sviluppata da Bhupendra Singh Bhandari, e la sua funzione principale è "Simple notebook which helps you to save/manage your notes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notepad
Scarica i file di estensione Notepad 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.
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
| URL Ufficiale | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
| Descrizione | Simple notebook which helps you to save/manage your notes. |
| Dimensione del File | 701 KB |
| Conteggio Installazioni | 2,166 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2020-07-13 |
| Data di Pubblicazione | 2020-06-24 |
| Valutazione | 4.38/5 Totale 13 Valutazioni |
| Sviluppatore | Bhupendra Singh Bhandari |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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'"
} | |