NoteTaker

Take quick notes and save them without moving away from your browser!

Τι είναι το NoteTaker;

Το NoteTaker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nehan Sikder, και η κύρια λειτουργία του είναι "Take quick notes and save them without moving away from your browser!".

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

screenshot

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

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

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

                        Have your ever had to quickly take notes while browsing the internet? If so, you know the hassle of minimizing your browser, finding Word or some other text editor and waiting for it to load before you can start typing your note. Well now, there is a quicker, more convenient way of taking notes. Introducing QuickNotes, a chrome extension where by clicking the Notes button, you can get an Editor to create and save notes without ever having to leave your browser! Using Notes, you can also open and update previous notes!

Logo design - [email protected]                    

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

Όνομα NoteTaker NoteTaker
ID jedmfdadjflnlakpidicccpibkdfpeap
Επίσημο URL https://chromewebstore.google.com/detail/notetaker/jedmfdadjflnlakpidicccpibkdfpeap
Περιγραφή Take quick notes and save them without moving away from your browser!
Μέγεθος Αρχείου 394 KB
Αριθμός Εγκαταστάσεων 1,015
Τρέχουσα Έκδοση 0.0.0.3
Τελευταία Ενημέρωση 2017-01-15
Ημερομηνία Δημοσίευσης 2017-01-15
Αξιολόγηση 4.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Nehan Sikder
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoteTaker",
    "description": "Take quick notes and save them without moving away from your browser!",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logo3.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "FileSaver.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "FileSaver.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}