QuickNote
Simple Note app
QuickNoteとは何ですか?
QuickNoteはGavin Thomasによって開発されたChromeの拡張機能で、その主な機能は「Simple Note app」です。
拡張機能のスクリーンショット
QuickNote拡張機能のCRXファイルをダウンロード
QuickNote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
QuickNote is your source for fast, neat, and organized notes. The Extension syncs with all your devices logged in with chrome. **Requesting Permissions** The Extension stores your notes with Google Chromes Storage Sync API. Your data is never transmitted or received anywhere except locally on your computer.
拡張機能の基本情報
名前 | QuickNote |
ID | dcpdoelecfeoaagkleajgaeedkdaibad |
公式URL | https://chromewebstore.google.com/detail/quicknote/dcpdoelecfeoaagkleajgaeedkdaibad |
説明 | Simple Note app |
ファイルサイズ | 203 KB |
インストール数 | 137 |
現在のバージョン | 1.3.4 |
最終更新日 | 2018-01-16 |
公開日 | 2018-01-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Gavin Thomas |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://gthomas.me |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickNote", "description": "Simple Note app", "version": "1.3.4", "browser_action": { "default_icon": "assets\/icon.png", "default_title": "QuickNote", "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "storage" ] } |