Diary : Easy Note
This extension helps to take Notes
Diary : Easy Noteとは何ですか?
Diary : Easy Noteはkirtanによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to take Notes」です。
拡張機能のスクリーンショット
Diary : Easy Note拡張機能のCRXファイルをダウンロード
Diary : Easy Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
User can create E-Notes.
Color coding helps to improve user experience.
New Feature & Improvement:
- More Colors
- Auto Save Feature
- Search Note Feature
- Optimized Look 拡張機能の基本情報
| 名前 | |
| ID | obffgekpfghbkgcfhifoanggmcfdkjkb |
| 公式URL | https://chromewebstore.google.com/detail/diary-easy-note/obffgekpfghbkgcfhifoanggmcfdkjkb |
| 説明 | This extension helps to take Notes |
| ファイルサイズ | 57.45 KB |
| インストール数 | 133 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2022-05-18 |
| 公開日 | 2022-05-18 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | kirtan |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Diary : Easy Note",
"version": "1.0.3",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_icon": "notelogo.png",
"default_title": "My Diary"
},
"description": "This extension helps to take Notes",
"icons": {
"128": "notelogo.png",
"64": "notelogo64.png",
"48": "notelogo48.png",
"32": "notelogo32.png"
},
"permissions": []
} | |