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.

Wat is Super Quick Notes?

Super Quick Notes is een Chrome-extensie ontwikkeld door Tilek Mamutov, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Super Quick Notes

Download Super Quick Notes-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

                        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.                    

Basisinformatie over de Extensie

Naam Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
Officiële URL https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
Beschrijving 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.
Bestandsgrootte 125 KB
Aantal Installaties 218
Huidige Versie 1.1.3
Laatst Bijgewerkt 2017-01-04
Publicatiedatum 2017-01-04
Beoordeling 4.43/5 Totaal 7 Beoordelingen
Ontwikkelaar Tilek Mamutov
Betalingswijze free
Ondersteunde Talen 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"
    ]
}