Zenotes

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

Co to jest Zenotes?

Zenotes to rozszerzenie Chrome opracowane przez Yanis T, a jego główną funkcją jest „Replace your new tab page with a clean, distraction-free notes miniapp”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zenotes

Pobierz pliki rozszerzeń Zenotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A clean&simple notes app with markdown support.

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

Podstawowe informacje o rozszerzeniu

Nazwa Zenotes Zenotes
ID fphoofpcklpbccekhlcmhagpbddbkfdp
Oficjalny URL https://chrome.google.com/webstore/detail/zenotes/fphoofpcklpbccekhlcmhagpbddbkfdp
Opis Replace your new tab page with a clean, distraction-free notes miniapp
Rozmiar pliku 135 KB
Liczba instalacji 37
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-02-22
Data Publikacji 2019-03-08
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Yanis T
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/hiquest/zenotes
Obsługiwane Języki 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"
    ]
}