Simple Notes

A simple notes extension based off the Mac Notes app.

Vad är Simple Notes?

Simple Notes är en Chrome-tillägg utvecklad av Jeffrey Chang, och dess huvudfunktion är "A simple notes extension based off the Mac Notes app.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Notes-förlängningens CRX-fil

Ladda ner Simple Notes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple Notes Simple Notes
ID ldfahoabcdgljodjddijjiknleolbcmh
Officiell webbadress https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh
Beskrivning A simple notes extension based off the Mac Notes app.
Filstorlek 116 KB
Antal Installationer 1,118
Aktuell Version 1.0.6
Senast Uppdaterad 2015-10-27
Publiceringsdatum 2015-10-26
Betyg 3.31/5 Totalt 13 Betyg
Utvecklare Jeffrey Chang
Betalningssätt free
Stödda Språk 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\/"
    ]
}