Newtab Notepad
Simple notepad and task manager for newtab.
Wat is Newtab Notepad?
Newtab Notepad is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simple notepad and task manager for newtab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Newtab Notepad
Download Newtab Notepad-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
Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient.
Basisinformatie over de Extensie
Naam | Newtab Notepad |
ID | lpaljnokgodjncnejlfagmapjldgbflm |
Officiële URL | https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm |
Beschrijving | Simple notepad and task manager for newtab. |
Bestandsgrootte | 8.5 KB |
Aantal Installaties | 99 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-05-04 |
Publicatiedatum | 2017-05-04 |
Beoordeling | 3.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://gokulswamy.me |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newtab Notepad", "short_name": "Newtabpad", "description": "Simple notepad and task manager for newtab.", "version": "1.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |