[The Note Tab]
View your notes in every new tab
What is [The Note Tab]?
[The Note Tab] is a Chrome extension developed by Maxim Collingwood, and its main feature is "View your notes in every new tab".
Extension Screenshots
Download [The Note Tab] Extension CRX File
Download [The Note Tab] 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
Have access to beautiful, personalized, minimalistic notes that save as you type, every time you open a new tab.
Extension Basic Information
Name | [The Note Tab] |
ID | noebonbkfkpobdnfhjbhafgmllaooicg |
Official URL | https://chromewebstore.google.com/detail/the-note-tab/noebonbkfkpobdnfhjbhafgmllaooicg |
Description | View your notes in every new tab |
File Size | 7.98 KB |
Installation Count | 110 |
Current Version | 1 |
Last Updated | 2017-09-27 |
Publish Date | 2017-09-26 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Maxim Collingwood |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "chrome_url_overrides": { "newtab": "new.html" }, "name": "[The Note Tab]", "description": "View your notes in every new tab", "version": "1", "icons": { "128": "icon.png", "16": "128.png" }, "browser_action": { "default_icon": "128.png" } } |