Simple Notes
A simple notes extension based off the Mac Notes app.
Simple Notesとは何ですか?
Simple NotesはJeffrey Changによって開発されたChromeの拡張機能で、その主な機能は「A simple notes extension based off the Mac Notes app.」です。
拡張機能のスクリーンショット
Simple Notes拡張機能のCRXファイルをダウンロード
Simple Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Simple Notes |
ID | ldfahoabcdgljodjddijjiknleolbcmh |
公式URL | https://chromewebstore.google.com/detail/simple-notes/ldfahoabcdgljodjddijjiknleolbcmh |
説明 | A simple notes extension based off the Mac Notes app. |
ファイルサイズ | 116 KB |
インストール数 | 1,118 |
現在のバージョン | 1.0.6 |
最終更新日 | 2015-10-27 |
公開日 | 2015-10-26 |
評価 | 3.31/5 合計 13 レビュー |
開発者 | Jeffrey Chang |
支払い方法 | free |
対応言語 | 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\/" ] } |