New Tab Notepad
Minimal note area replaces default new tab. Notes are automatically synced.
What is New Tab Notepad?
New Tab Notepad is a Chrome extension developed by dmos, and its main feature is "Minimal note area replaces default new tab. Notes are automatically synced.".
Download New Tab Notepad Extension CRX File
Download New Tab Notepad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | New Tab Notepad |
ID | pddkodofopnmfgdldpakeebgmfjoombe |
Official URL | https://chromewebstore.google.com/detail/new-tab-notepad/pddkodofopnmfgdldpakeebgmfjoombe |
Description | Minimal note area replaces default new tab. Notes are automatically synced. |
File Size | 7.68 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 4.00/5 Total 1 Ratings |
Developer | dmos |
Payment Type | free |
Supported Languages | 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" } |