Empty New Tab Page
Replaces the default new tab page with a blank page.
Empty New Tab Pageとは何ですか?
Empty New Tab Pageはhttps://www.facebook.com/browserveryによって開発されたChromeの拡張機能で、その主な機能は「Replaces the default new tab page with a blank page.」です。
拡張機能のスクリーンショット
Empty New Tab Page拡張機能のCRXファイルをダウンロード
Empty New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
★ Blank new tab page. ★ Follows the default browser color theme. ★ Dark mode support. ★ Default Chrome new tab icon. ★ Localized new tab title. ---------------------------------------------------------------- Download the Clear New Tab extension if you want an empty new tab page but keep the theme's image. https://bit.ly/clear-new-tab ---------------------------------------------------------------- GitHub: https://bit.ly/empty-new-tab-page-github 🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery
拡張機能の基本情報
名前 | Empty New Tab Page |
ID | odjfoclbnmllekbhpbgopiiaelcpeimb |
公式URL | https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb |
説明 | Replaces the default new tab page with a blank page. |
ファイルサイズ | 34.86 KB |
インストール数 | 545 |
現在のバージョン | 0.0.2 |
最終更新日 | 2022-10-08 |
公開日 | 2022-05-12 |
評価 | 4.60/5 合計 5 レビュー |
開発者 | https://www.facebook.com/browservery |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://bit.ly/browservery |
ヘルプページのURL | http://bit.ly/browservery-support |
プライバシーポリシーページのURL | https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md |
対応言語 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.2", "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "offline_enabled": true, "icons": { "16": "new_tab.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "new_tab.html" } } |