New Tab Notepad
A persistent notepad on the "New Tab" page
What is New Tab Notepad?
New Tab Notepad is a Chrome extension developed by sweenzor, and its main feature is "A persistent notepad on the "New Tab" page".
Extension Screenshots
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
A persistent notepad on the "New Tab" page
Extension Basic Information
Name | New Tab Notepad |
ID | djfmjecpknbihjjjeijgmdfhcbflahgb |
Official URL | https://chromewebstore.google.com/detail/new-tab-notepad/djfmjecpknbihjjjeijgmdfhcbflahgb |
Description | A persistent notepad on the "New Tab" page |
File Size | 142 KB |
Installation Count | 866 |
Current Version | 0.2 |
Last Updated | 2015-03-11 |
Publish Date | 2015-03-10 |
Rating | 3.91/5 Total 22 Ratings |
Developer | sweenzor |
Payment Type | free |
Extension Website | https://github.com/sweenzor/new-tab-notepad |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Notepad", "version": "0.2", "incognito": "split", "chrome_url_overrides": { "newtab": "start-page.html" }, "permissions": [ "storage" ], "icons": { "128": "icon128.png" }, "manifest_version": 2 } |