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…

Was ist Easy Notes?

Easy Notes ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Easy Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Easy Notes Easy Notes
ID lnafpiakeojhhfeelcipophjckaceccn
Offizielle URL https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn
Beschreibung Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
Dateigröße 86.36 KB
Installationsanzahl 2,105
Aktuelle Version 0.1.1
Letztes Update 2017-01-07
Veröffentlichungsdatum 2017-01-06
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}