ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
ZeroTab - Empty New Tab Pageとは何ですか?
ZeroTab - Empty New Tab PageはYauheni Pakalaによって開発されたChromeの拡張機能で、その主な機能は「With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.」です。
拡張機能のスクリーンショット
ZeroTab - Empty New Tab Page拡張機能のCRXファイルをダウンロード
ZeroTab - Empty New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.
拡張機能の基本情報
名前 | ZeroTab - Empty New Tab Page |
ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
公式URL | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
説明 | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
ファイルサイズ | 7.76 KB |
インストール数 | 25 |
現在のバージョン | 1.0.1 |
最終更新日 | 2021-12-11 |
公開日 | 2019-03-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Yauheni Pakala |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/wcoder/ZeroTab |
ヘルプページのURL | https://github.com/wcoder/ZeroTab/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZeroTab - Empty New Tab Page", "version": "1.0.1", "short_name": "ZeroTab", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "permissions": [ "storage" ] } |