Zenotes

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

Vad är Zenotes?

Zenotes är en Chrome-tillägg utvecklad av Yanis T, och dess huvudfunktion är "Replace your new tab page with a clean, distraction-free notes miniapp".

Tilläggsskärmbilder

screenshot

Ladda ner Zenotes-förlängningens CRX-fil

Ladda ner Zenotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        A clean&simple notes app with markdown support.

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

Grundläggande Information om Tillägg

Namn Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
Officiell webbadress https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
Beskrivning Replace your new tab page with a clean, distraction-free notes miniapp
Filstorlek 135 KB
Antal Installationer 37
Aktuell Version 1.4
Senast Uppdaterad 2021-02-22
Publiceringsdatum 2019-03-08
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Yanis T
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hiquest/zenotes
Stödda Språk 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"
    ]
}