Jot
This extension replaces the new tab page for note taking.
Jotとは何ですか?
JotはMatt O'Haganによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the new tab page for note taking.」です。
拡張機能のスクリーンショット
Jot拡張機能のCRXファイルをダウンロード
Jot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick note taking extension to replace the new tab page. To add more pictures for the next version, send a pull request to github.com/mattohagan/jot.
拡張機能の基本情報
名前 | Jot |
ID | mnemjleajnmodijhnibpekloajfdjjja |
公式URL | https://chromewebstore.google.com/detail/jot/mnemjleajnmodijhnibpekloajfdjjja |
説明 | This extension replaces the new tab page for note taking. |
ファイルサイズ | 22.54 MB |
インストール数 | 8,471 |
現在のバージョン | 0.2 |
最終更新日 | 2014-10-04 |
公開日 | 2014-10-03 |
評価 | 3.73/5 合計 136 レビュー |
開発者 | Matt O'Hagan |
支払い方法 | free |
拡張機能のウェブサイト | http://mattohagan.github.io |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jot", "description": "This extension replaces the new tab page for note taking.", "version": "0.2", "chrome_url_overrides": { "newtab": "jot.html" }, "icons": { "128": "icon128.png" } } |