Notes
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…
Notesとは何ですか?
NotesはJon Spensorによって開発されたChromeの拡張機能で、その主な機能は「A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone…」です。
拡張機能のスクリーンショット
Notes拡張機能のCRXファイルをダウンロード
Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone call. This extension will save you from the "Where to quickly write?" It's just a whiteboard for you where you can add your daily notes and view them on your home and work computer.
拡張機能の基本情報
名前 | Notes |
ID | onlmjbjapkhhmcjocboedglenjieecno |
公式URL | https://chromewebstore.google.com/detail/notes/onlmjbjapkhhmcjocboedglenjieecno |
説明 | A whiteboard to write anything at any time. Sometimes you need to take quick notes on what is discussed during any meeting or phone… |
ファイルサイズ | 390 KB |
インストール数 | 67 |
現在のバージョン | 1.1 |
最終更新日 | 2021-08-25 |
公開日 | 2021-08-18 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Jon Spensor |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notes", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |