Easy Notes

Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…

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

Το Easy Notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

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

screenshot
screenshot
screenshot

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

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

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

                        Create and edit notes from any website. 

Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.  

Features
 - Can be accessed from any website
 - Can have multiple notes at once
 - Can be opened with the touch of a button

Download Easy Notes and become a note taking master.                    

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

Όνομα Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
Επίσημο URL https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
Περιγραφή Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Μέγεθος Αρχείου 86.36 KB
Αριθμός Εγκαταστάσεων 2,105
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2017-01-07
Ημερομηνία Δημοσίευσης 2017-01-06
Αξιολόγηση 4.40/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Notes",
    "version": "0.1.1",
    "browser_action": {
        "default_icon": "Icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}