Notepad+
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…
Hvad er Notepad+?
Notepad+ er en Chrome-udvidelse udviklet af plus.extensions.dev, og dens hovedfunktion er "Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…".
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
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows you to use a few commands to help you take notes better. The timers allow you to choose the timer duration, and also swap between creating stopwatches and timers. The timer will turn red once its at 0:00. You can note anything down using lists, and also delete the item by clicking the circle on the left. Update: fixed transfer bug that failed to provide type:notes home page.
Grundlæggende oplysninger om udvidelsen
Navn | Notepad+ |
ID | lcbldkmdhkffpeamipcnibjifgmoiafp |
Officiel URL | https://chromewebstore.google.com/detail/notepad+/lcbldkmdhkffpeamipcnibjifgmoiafp |
Beskrivelse | Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows… |
Filstørrelse | 9.4 KB |
Antal Installationer | 75 |
Nuværende Version | 2.0.0.3 |
Senest Opdateret | 2022-02-08 |
Udgivelsesdato | 2021-02-28 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | plus.extensions.dev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad+", "short_name": "NP+", "version": "2.0.0.3", "manifest_version": 3, "action": { "default_icon": "notesLogo.png", "default_title": "Notepad+", "default_popup": "notepad+.html" }, "icons": { "16": "notesLogo.png", "48": "notesDispaly.png", "128": "notesicon.png" } } |