Blank New Tab
Create a blank new tab without any existing content.
Blank New Tabとは何ですか?
Blank New Tabはhttps://yifanwu.netによって開発されたChromeの拡張機能で、その主な機能は「Create a blank new tab without any existing content.」です。
拡張機能のスクリーンショット
Blank New Tab拡張機能のCRXファイルをダウンロード
Blank New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin makes the new tab page complete blank.
拡張機能の基本情報
名前 | Blank New Tab |
ID | beafekehjfhnkpnnjegadfdncaipnljp |
公式URL | https://chromewebstore.google.com/detail/blank-new-tab/beafekehjfhnkpnnjegadfdncaipnljp |
説明 | Create a blank new tab without any existing content. |
ファイルサイズ | 3.34 KB |
インストール数 | 5,182 |
現在のバージョン | 0.0.2 |
最終更新日 | 2018-09-26 |
公開日 | 2018-09-26 |
評価 | 4.65/5 合計 99 レビュー |
開発者 | https://yifanwu.net |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab", "version": "0.0.2", "manifest_version": 2, "description": "Create a blank new tab without any existing content.", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "24": "icon.png" }, "default_title": "Blank New Tab" } } |