Notepad+
Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…
Vad är Notepad+?
Notepad+ är en Chrome-tillägg utvecklad av plus.extensions.dev, och dess huvudfunktion är "Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows…".
Tilläggsskärmbilder
Ladda ner Notepad+-förlängningens CRX-fil
Ladda ner Notepad+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Notepad+ |
ID | lcbldkmdhkffpeamipcnibjifgmoiafp |
Officiell webbadress | https://chromewebstore.google.com/detail/notepad+/lcbldkmdhkffpeamipcnibjifgmoiafp |
Beskrivning | Notepad+ is a google chrome extension that allows you to create counters, stopwatches, timers, notes, and lists. The notepad allows… |
Filstorlek | 9.4 KB |
Antal Installationer | 75 |
Aktuell Version | 2.0.0.3 |
Senast Uppdaterad | 2022-02-08 |
Publiceringsdatum | 2021-02-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | plus.extensions.dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |