EasyNotePad
Notepad that saves what you write
EasyNotePadとは何ですか?
EasyNotePadはJeeth Sureshによって開発されたChromeの拡張機能で、その主な機能は「Notepad that saves what you write」です。
拡張機能のスクリーンショット
EasyNotePad拡張機能のCRXファイルをダウンロード
EasyNotePad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
拡張機能の基本情報
名前 | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
公式URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
説明 | Notepad that saves what you write |
ファイルサイズ | 45.13 KB |
インストール数 | 452 |
現在のバージョン | 0.1 |
最終更新日 | 2014-02-24 |
公開日 | 2014-02-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Jeeth Suresh |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |