Super Quick Notes

Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.

Co to jest Super Quick Notes?

Super Quick Notes to rozszerzenie Chrome opracowane przez Tilek Mamutov, a jego główną funkcją jest „Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Super Quick Notes

Pobierz pliki rozszerzeń Super Quick Notes 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

                        Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page.

Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose.

This text editor is powered by Quill rich text editor.
If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
Oficjalny URL https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
Opis Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Rozmiar pliku 125 KB
Liczba instalacji 218
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2017-01-04
Data Publikacji 2017-01-04
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper Tilek Mamutov
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Quick Notes",
    "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.",
    "version": "1.1.3",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}