Simple Notes

A simple notes extension based off the Mac Notes app.

Was ist Simple Notes?

Simple Notes ist eine Chrome-Erweiterung, die von Jeffrey Chang entwickelt wurde, und ihr Hauptmerkmal ist "A simple notes extension based off the Mac Notes app.".

Erweiterungsscreenshots

screenshot
screenshot

Simple Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple 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

                        With simple notes, you can take and save notes. It's that simple.

Other note taking apps have features of mostly little use, ones that can get in the way of usability and convenience. I have always enjoyed the simplicity of the Apple Notes app, both in design and usability, so I decided to base this extension on that app. Hope you enjoy! 

Note: This extension does not sync with your Apple notes.                    

Grundlegende Informationen zur Erweiterung

Name Simple Notes Simple Notes
ID ldfahoabcdgljodjddijjiknleolbcmh
Offizielle URL https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh
Beschreibung A simple notes extension based off the Mac Notes app.
Dateigröße 116 KB
Installationsanzahl 1,118
Aktuelle Version 1.0.6
Letztes Update 2015-10-27
Veröffentlichungsdatum 2015-10-26
Bewertung 3.31/5 Insgesamt 13 Bewertungen
Entwickler Jeffrey Chang
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notes",
    "description": "A simple notes extension based off the Mac Notes app.",
    "version": "1.0.6",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}