Zenotes

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

Wat is Zenotes?

Zenotes is een Chrome-extensie ontwikkeld door Yanis T, en de belangrijkste functie is "Replace your new tab page with a clean, distraction-free notes miniapp".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zenotes

Download Zenotes-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

                        A clean&simple notes app with markdown support.

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

Basisinformatie over de Extensie

Naam Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
Officiële URL https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
Beschrijving Replace your new tab page with a clean, distraction-free notes miniapp
Bestandsgrootte 135 KB
Aantal Installaties 37
Huidige Versie 1.4
Laatst Bijgewerkt 2021-02-22
Publicatiedatum 2019-03-08
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Yanis T
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/hiquest/zenotes
Ondersteunde Talen 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"
    ]
}