Apps in new tab
Shows the list of installed apps instead of the search page when opening a new tab.
Apps in new tabとは何ですか?
Apps in new tabはGuillaume Ryderによって開発されたChromeの拡張機能で、その主な機能は「Shows the list of installed apps instead of the search page when opening a new tab.」です。
拡張機能のスクリーンショット
Apps in new tab拡張機能のCRXファイルをダウンロード
Apps in new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the default new tab page with the apps list. Source code: https://github.com/guilryder/chrome-extensions/tree/main/newtab
拡張機能の基本情報
名前 | Apps in new tab |
ID | mpojaelnfgiajhilmojddklffggldfbp |
公式URL | https://chromewebstore.google.com/detail/apps-in-new-tab/mpojaelnfgiajhilmojddklffggldfbp |
説明 | Shows the list of installed apps instead of the search page when opening a new tab. |
ファイルサイズ | 4.63 KB |
インストール数 | 564 |
現在のバージョン | 2.0.0 |
最終更新日 | 2022-10-24 |
公開日 | 2019-09-27 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | Guillaume Ryder |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/guilryder/chrome-extensions/tree/master/newtab |
ヘルプページのURL | https://github.com/guilryder/chrome-extensions/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Apps in new tab", "version": "2.0.0", "description": "Shows the list of installed apps instead of the search page when opening a new tab.", "author": "Guillaume Ryder", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "apps.html" } } |