Note Now
Quickly Take Notes with One Click
Note Nowとは何ですか?
Note NowはYiğitsrによって開発されたChromeの拡張機能で、その主な機能は「Quickly Take Notes with One Click」です。
拡張機能のスクリーンショット
Note Now拡張機能のCRXファイルをダウンロード
Note Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*Take notes with just one click. *Notes are stored locally. *Autofocus the textarea when opening the extension. *Save and delete your notes. *Super fast notes. *Works offline. Since notes are stored locally, no internet connection is needed.
拡張機能の基本情報
名前 | Note Now |
ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
公式URL | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
説明 | Quickly Take Notes with One Click |
ファイルサイズ | 4.06 MB |
インストール数 | 45 |
現在のバージョン | 2.0.1 |
最終更新日 | 2023-12-25 |
公開日 | 2021-01-20 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Yiğitsr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Now", "version": "2.0.1", "description": "Quickly Take Notes with One Click", "manifest_version": 3, "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": ".\/img\/48x48.png", "default_popup": "popup.html" }, "icons": { "16": ".\/img\/16x16.png", "48": ".\/img\/48x48.png", "128": ".\/img\/128x128.png" } } |