Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Set ABOUT:BLANK as NEW TAB pageとは何ですか?
Set ABOUT:BLANK as NEW TAB pageはhttps://puvox.softwareによって開発されたChromeの拡張機能で、その主な機能は「Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.」です。
拡張機能のスクリーンショット
Set ABOUT:BLANK as NEW TAB page拡張機能のCRXファイルをダウンロード
Set ABOUT:BLANK as NEW TAB page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this extension to have "about:blank" as your new tab page. 拡張機能の基本情報
| 名前 | |
| ID | amcfcgenknhnhicjonfnclkehkpfnfjl |
| 公式URL | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl |
| 説明 | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. |
| ファイルサイズ | 10.81 KB |
| インストール数 | 72 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2021-02-01 |
| 公開日 | 2021-02-01 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://puvox.software |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://puvox.software |
| プライバシーポリシーページのURL | https://puvox.software/info/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Set ABOUT:BLANK as NEW TAB page",
"version": "1.0.1",
"manifest_version": 2,
"description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "empty.html"
}
} | |