Notepad
Simple notebook which helps you to save/manage your notes.
Hvad er Notepad?
Notepad er en Chrome-udvidelse udviklet af Bhupendra Singh Bhandari, og dens hovedfunktion er "Simple notebook which helps you to save/manage your notes.".
Udvidelsesskærmbilleder
Download Notepad-udvidelses-CRX-fil
Download Notepad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
| Officiel URL | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
| Beskrivelse | Simple notebook which helps you to save/manage your notes. |
| Filstørrelse | 701 KB |
| Antal Installationer | 2,166 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2020-07-13 |
| Udgivelsesdato | 2020-06-24 |
| Bedømmelse | 4.38/5 Samlet 13 Bedømmelser |
| Udvikler | Bhupendra Singh Bhandari |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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'"
} | |