Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Τι είναι το Secret Notes;

Το Secret Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicholas Z., και η κύρια λειτουργία του είναι "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".

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

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

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

                                            

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

Όνομα Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
Επίσημο URL https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
Περιγραφή Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Μέγεθος Αρχείου 39.12 KB
Αριθμός Εγκαταστάσεων 173
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2018-01-18
Ημερομηνία Δημοσίευσης 2018-01-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Nicholas Z.
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}