Newtab Notepad
Simple notepad and task manager for newtab.
Vad är Newtab Notepad?
Newtab Notepad är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simple notepad and task manager for newtab.".
Tilläggsskärmbilder
Ladda ner Newtab Notepad-förlängningens CRX-fil
Ladda ner Newtab 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
Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient. Grundläggande Information om Tillägg
| Namn | |
| ID | lpaljnokgodjncnejlfagmapjldgbflm |
| Officiell webbadress | https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm |
| Beskrivning | Simple notepad and task manager for newtab. |
| Filstorlek | 8.5 KB |
| Antal Installationer | 99 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2017-05-04 |
| Publiceringsdatum | 2017-05-04 |
| Betyg | 3.33/5 Totalt 6 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | http://gokulswamy.me |
| Stödda Språk | 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"
}
} | |