NewNote

A Chrome extension for making notes

Τι είναι το NewNote;

Το NewNote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ludolfyn, και η κύρια λειτουργία του είναι "A Chrome extension for making notes".

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

screenshot

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

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

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

                        NewNote is a Chrome extension for all users who want to make notes at any given time without having to leave the tab that they are on. It's perfect for meetings, lists or even reminders.

To make the content a little easier to navigate, you can format your notes, just like with any text editor—use the buttons provided or just use the general keyboard shortcuts.

It stores the content to your local browser, so you're the only one who will ever see it, unless, of course, you use the export function. That will export the content to a .txt file that you can send to anyone you like.

It's new, it's light and new features will come with every update. Enjoy!                    

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

Όνομα NewNote NewNote
ID colcgahhbcomhibjcekokebaecjiblbg
Επίσημο URL https://chromewebstore.google.com/detail/newnote/colcgahhbcomhibjcekokebaecjiblbg
Περιγραφή A Chrome extension for making notes
Μέγεθος Αρχείου 9.22 KB
Αριθμός Εγκαταστάσεων 253
Τρέχουσα Έκδοση 2.1.0
Τελευταία Ενημέρωση 2020-07-16
Ημερομηνία Δημοσίευσης 2020-07-05
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Ludolfyn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewNote",
    "description": "A Chrome extension for making notes",
    "version": "2.1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}