Noty
Note from the start
Notyとは何ですか?
NotyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Note from the start」です。
拡張機能のスクリーンショット
Noty拡張機能のCRXファイルをダウンロード
Noty拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turns start page to a minimalistic notepad with support for todo items and list items.
拡張機能の基本情報
名前 | |
ID | bocobeipokdapflcoalkhhoeacgeccgc |
公式URL | https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc |
説明 | Note from the start |
ファイルサイズ | 411 KB |
インストール数 | 44 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-09-12 |
公開日 | 2019-09-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noty", "version": "0.0.1", "description": "Note from the start", "manifest_version": 2, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}", "strict_min_version": "42.0" } }, "chrome_url_overrides": { "newtab": "index.html" } } |