Newtab Notepad
Simple notepad and task manager for newtab.
Newtab Notepadとは何ですか?
Newtab NotepadはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Simple notepad and task manager for newtab.」です。
拡張機能のスクリーンショット
Newtab Notepad拡張機能のCRXファイルをダウンロード
Newtab Notepad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient.
拡張機能の基本情報
名前 | Newtab Notepad |
ID | lpaljnokgodjncnejlfagmapjldgbflm |
公式URL | https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm |
説明 | Simple notepad and task manager for newtab. |
ファイルサイズ | 8.5 KB |
インストール数 | 99 |
現在のバージョン | 1.2 |
最終更新日 | 2017-05-04 |
公開日 | 2017-05-04 |
評価 | 3.33/5 合計 6 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | http://gokulswamy.me |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Newtab Notepad", "short_name": "Newtabpad", "description": "Simple notepad and task manager for newtab.", "version": "1.2", "icons": { "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |