Zenotes

Replace your new tab page with a clean, distraction-free notes miniapp

What is Zenotes?

Zenotes is a Chrome extension developed by Yanis T, and its main feature is "Replace your new tab page with a clean, distraction-free notes miniapp".

Extension Screenshots

screenshot

Download Zenotes Extension CRX File

Download Zenotes 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 clean&simple notes app with markdown support.

- Replaces your new tab page
- Clean and minimalistic
- Markdown
- Source code: https://github.com/hiquest/zenotes                    

Extension Basic Information

Name Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
Official URL https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
Description Replace your new tab page with a clean, distraction-free notes miniapp
File Size 135 KB
Installation Count 37
Current Version 1.4
Last Updated 2021-02-22
Publish Date 2019-03-08
Rating 3.67/5 Total 3 Ratings
Developer Yanis T
Email [email protected]
Payment Type free
Extension Website https://github.com/hiquest/zenotes
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zenotes",
    "description": "Replace your new tab page with a clean, distraction-free notes miniapp",
    "version": "1.4",
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}