Easy NotePad
Simple Note making extension, Make, save and have the option to download your notes
Easy NotePadとは何ですか?
Easy NotePadはkassiusによって開発されたChromeの拡張機能で、その主な機能は「Simple Note making extension, Make, save and have the option to download your notes」です。
拡張機能のスクリーンショット
Easy NotePad拡張機能のCRXファイルをダウンロード
Easy NotePad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lightweight Easy Notepad ( no pencil needed ). Just click the icon and jot down a note, You can close it and continue browsing and add to it later. Save notes, and view all saved notes, where you have the option to delete them or download them in a .txt file. Opening your normal software notepad takes too long and you have to resize it if you want to take notes about something on a webpage. This aims to fix that. Styled to look like a typical notepad, with a nice pencil icon.
拡張機能の基本情報
名前 | Easy NotePad |
ID | plpjemecoefaeikldhckbggehnhiokjn |
公式URL | https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn |
説明 | Simple Note making extension, Make, save and have the option to download your notes |
ファイルサイズ | 58.47 KB |
インストール数 | 784 |
現在のバージョン | 0.8 |
最終更新日 | 2016-01-21 |
公開日 | 2016-01-21 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | kassius |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy NotePad", "short_name": "Easy Note", "version": "0.8", "description": "Simple Note making extension, Make, save and have the option to download your notes", "author": "Kassius Barker, www.KassBarker.com", "browser_action": { "default_icon": "icon.png", "default_title": "Click to make a note", "default_popup": "main.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "downloads" ] } |