New Tab Notepad
Minimal note area replaces default new tab. Notes are automatically synced.
Wat is New Tab Notepad?
New Tab Notepad is een Chrome-extensie ontwikkeld door dmos, en de belangrijkste functie is "Minimal note area replaces default new tab. Notes are automatically synced.".
Download het CRX-bestand van de extensie New Tab Notepad
Download New Tab 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
Basisinformatie over de Extensie
Naam | New Tab Notepad |
ID | pddkodofopnmfgdldpakeebgmfjoombe |
Officiële URL | https://chromewebstore.google.com/detail/new-tab-notepad/pddkodofopnmfgdldpakeebgmfjoombe |
Beschrijving | Minimal note area replaces default new tab. Notes are automatically synced. |
Bestandsgrootte | 7.68 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-08 |
Publicatiedatum | 2016-03-08 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dmos |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "scripts": [ "js\/main.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Minimal note area replaces default new tab. Notes are automatically synced.", "icons": { "128": "img\/icon\/icon128.png", "48": "img\/icon\/icon48.png", "16": "img\/icon\/icon16.png" }, "manifest_version": 2, "name": "New Tab Notepad", "permissions": [ "storage" ], "short_name": "Notepad", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |