Minimal Home
Minimalize your new tab page freely.
Minimal Homeとは何ですか?
Minimal HomeはNishikiによって開発されたChromeの拡張機能で、その主な機能は「Minimalize your new tab page freely.」です。
拡張機能のスクリーンショット
Minimal Home拡張機能のCRXファイルをダウンロード
Minimal Home拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Minimalize your new tab page freely.
拡張機能の基本情報
名前 | Minimal Home |
ID | emdlinmbalkhdponagkbfmjhdfjfflli |
公式URL | https://chromewebstore.google.com/detail/minimal-home/emdlinmbalkhdponagkbfmjhdfjfflli |
説明 | Minimalize your new tab page freely. |
ファイルサイズ | 11.14 KB |
インストール数 | 38 |
現在のバージョン | 0.1.1 |
最終更新日 | 2020-11-09 |
公開日 | 2020-11-03 |
開発者 | Nishiki |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nishidate-yuki/chrome_minimal_home |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal Home", "version": "0.1.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "options_page": "options.html", "icons": { "16": "minimal_home_16.png", "48": "minimal_home_48.png", "128": "minimal_home_128.png" } } |