Empty New Tab
Hide the Most Visited part in New Tab page.
Empty New Tabとは何ですか?
Empty New Tabはphmngcduyによって開発されたChromeの拡張機能で、その主な機能は「Hide the Most Visited part in New Tab page.」です。
拡張機能のスクリーンショット
Empty New Tab拡張機能のCRXファイルをダウンロード
Empty New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The rest (search, theme...) still remains.
拡張機能の基本情報
名前 | |
ID | lcpjccppdipliciojccbebphlpmfhcmm |
公式URL | https://chrome.google.com/webstore/detail/empty-new-tab/lcpjccppdipliciojccbebphlpmfhcmm |
説明 | Hide the Most Visited part in New Tab page. |
ファイルサイズ | 3.08 KB |
インストール数 | 199 |
現在のバージョン | 1.3 |
最終更新日 | 2017-02-02 |
公開日 | 2017-02-02 |
評価 | 4.08/5 合計 13 レビュー |
開発者 | phmngcduy |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3", "name": "Empty New Tab", "description": "Hide the Most Visited part in New Tab page.", "content_scripts": [ { "matches": [ "*:\/\/*\/_\/chrome\/newtab*" ], "css": [ "novisited.css" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |