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.

Τι είναι το Super Quick Notes;

Το Super Quick Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tilek Mamutov, και η κύρια λειτουργία του είναι "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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Super Quick Notes

Λήψη αρχείων επέκτασης Super Quick Notes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Super Quick Notes Super Quick Notes
ID fojgjomfklhcldkiolieinholgmafcfm
Επίσημο URL https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm
Περιγραφή 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.
Μέγεθος Αρχείου 125 KB
Αριθμός Εγκαταστάσεων 218
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2017-01-04
Ημερομηνία Δημοσίευσης 2017-01-04
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Tilek Mamutov
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}