Simple Notes

A simple notes extension based off the Mac Notes app.

Wat is Simple Notes?

Simple Notes is een Chrome-extensie ontwikkeld door Jeffrey Chang, en de belangrijkste functie is "A simple notes extension based off the Mac Notes app.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simple Notes

Download Simple Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Simple Notes Simple Notes
ID ldfahoabcdgljodjddijjiknleolbcmh
Officiële URL https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh
Beschrijving A simple notes extension based off the Mac Notes app.
Bestandsgrootte 116 KB
Aantal Installaties 1,118
Huidige Versie 1.0.6
Laatst Bijgewerkt 2015-10-27
Publicatiedatum 2015-10-26
Beoordeling 3.31/5 Totaal 13 Beoordelingen
Ontwikkelaar Jeffrey Chang
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}