Super Quick Note
This extension helps you take super quick notes.
Super Quick Noteとは何ですか?
Super Quick Noteはndaoによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you take super quick notes.」です。
拡張機能のスクリーンショット
Super Quick Note拡張機能のCRXファイルをダウンロード
Super Quick Note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take a super quick note right in chrome when you need it! Sync across devices (If you have chrome sync enabled) Type plain text or format your text if you want to by highlighting the text and choose your format option (Thanks to medium-editor!)
拡張機能の基本情報
名前 | Super Quick Note |
ID | koompliecfdggdekbckngldibgmgehkn |
公式URL | https://chromewebstore.google.com/detail/super-quick-note/koompliecfdggdekbckngldibgmgehkn |
説明 | This extension helps you take super quick notes. |
ファイルサイズ | 67.43 KB |
インストール数 | 1,061 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2016-11-28 |
公開日 | 2016-11-28 |
評価 | 4.33/5 合計 12 レビュー |
開発者 | ndao |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Note", "description": "This extension helps you take super quick notes.", "version": "0.0.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Add notes!" }, "permissions": [ "storage" ] } |