Simple Notes
A simple notes extension based off the Mac Notes app.
Hvad er Simple Notes?
Simple Notes er en Chrome-udvidelse udviklet af Jeffrey Chang, og dens hovedfunktion er "A simple notes extension based off the Mac Notes app.".
Udvidelsesskærmbilleder
Download Simple Notes-udvidelses-CRX-fil
Download Simple Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
Officiel URL | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
Beskrivelse | A simple notes extension based off the Mac Notes app. |
Filstørrelse | 116 KB |
Antal Installationer | 1,118 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2015-10-27 |
Udgivelsesdato | 2015-10-26 |
Bedømmelse | 3.31/5 Samlet 13 Bedømmelser |
Udvikler | Jeffrey Chang |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |