Simple Notes
A simple notes extension based off the Mac Notes app.
Co je Simple Notes?
Simple Notes je rozšíření Chrome vyvinuté Jeffrey Chang, a jeho hlavní funkcí je „A simple notes extension based off the Mac Notes app.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple Notes
Stáhněte si soubory rozšíření Simple Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
Oficiální URL | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
Popis | A simple notes extension based off the Mac Notes app. |
Velikost souboru | 116 KB |
Počet instalací | 1,118 |
Aktuální Verze | 1.0.6 |
Poslední Aktualizace | 2015-10-27 |
Datum Vydání | 2015-10-26 |
Hodnocení | 3.31/5 Celkem 13 Hodnocení |
Vývojář | Jeffrey Chang |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |