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.

Qu'est-ce que Super Quick Notes ?

Super Quick Notes est une extension Chrome développée par Tilek Mamutov, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Super Quick Notes

Téléchargez les fichiers d'extension Super Quick Notes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
URL Officiel https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
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.
Taille du Fichier 125 KB
Nombre d'Installations 218
Version Actuelle 1.1.3
Dernière Mise à Jour 2017-01-04
Date de Publication 2017-01-04
Évaluation 4.43/5 Total 7 Évaluations
Développeur Tilek Mamutov
Type de Paiement free
Langues Prises en Charge 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"
    ]
}