Easy Notes
Easiest way for taking quick notes.
Easy Notesとは何ですか?
Easy Notesはdaoketによって開発されたChromeの拡張機能で、その主な機能は「Easiest way for taking quick notes.」です。
拡張機能のスクリーンショット
Easy Notes拡張機能のCRXファイルをダウンロード
Easy Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. RECENT UPDATES: ** Update 1.4 (2024-1-12) ** 1. support Manifest V3 ** Update 1.3 (2020-12-24) ** 1. Beautify style ** Update 1.0 (2019-1-27) ** 1. created Easy Notes PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.
拡張機能の基本情報
名前 | Easy Notes |
ID | hepiplahmadecihpoebffepnghmmkjem |
公式URL | https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem |
説明 | Easiest way for taking quick notes. |
ファイルサイズ | 199 KB |
インストール数 | 77 |
現在のバージョン | 1.4 |
最終更新日 | 2024-01-12 |
公開日 | 2019-02-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | daoket |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Notes", "version": "1.4", "description": "Easiest way for taking quick notes. ", "author": "daoket", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "resources": [ "inject.js" ] } ] } |