Super Quick Notes
Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.
Super Quick Notesとは何ですか?
Super Quick NotesはTilek Mamutovによって開発されたChromeの拡張機能で、その主な機能は「Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.」です。
拡張機能のスクリーンショット
Super Quick Notes拡張機能のCRXファイルをダウンロード
Super Quick Notes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome? Try this extension that allows you to store your notes on your New Tab page. Please note this extension is meant to be very simple and text formatting options such as making text bold, italic etc are removed on purpose. This text editor is powered by Quill rich text editor. If you are a web developer and want to create your own version of Quill text editor see: http://quilljs.com.
拡張機能の基本情報
名前 | |
ID | fojgjomfklhcldkiolieinholgmafcfm |
公式URL | https://chrome.google.com/webstore/detail/super-quick-notes/fojgjomfklhcldkiolieinholgmafcfm |
説明 | Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome. |
ファイルサイズ | 125 KB |
インストール数 | 218 |
現在のバージョン | 1.1.3 |
最終更新日 | 2017-01-04 |
公開日 | 2017-01-04 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | Tilek Mamutov |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Quick Notes", "description": "Try this if you are looking for a super quick and super simple way to store and access your notes, TODOs, and reminders in Chrome.", "version": "1.1.3", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |