Change New Tab
Allows you to change New Tab page to your specific URL.
Change New Tabとは何ですか?
Change New TabはMake it Simplerによって開発されたChromeの拡張機能で、その主な機能は「Allows you to change New Tab page to your specific URL.」です。
拡張機能のスクリーンショット
Change New Tab拡張機能のCRXファイルをダウンロード
Change New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple. Minimalist. Effective. Size: 8 kB
拡張機能の基本情報
名前 | Change New Tab |
ID | mocklpfdimiadpbgamlgehpgpodggahe |
公式URL | https://chromewebstore.google.com/detail/change-new-tab/mocklpfdimiadpbgamlgehpgpodggahe |
説明 | Allows you to change New Tab page to your specific URL. |
ファイルサイズ | 8.37 KB |
インストール数 | 12,184 |
現在のバージョン | 3.1 |
最終更新日 | 2024-02-20 |
公開日 | 2017-10-01 |
評価 | 4.19/5 合計 69 レビュー |
開発者 | Make it Simpler |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "3.1", "description": "__MSG_extDes__", "default_locale": "en", "chrome_url_overrides": { "newtab": "res\/new.htm" }, "icons": { "48": "res\/0.png", "128": "res\/1.png" }, "background": { "service_worker": "res\/background.js" }, "options_ui": { "page": "res\/options.htm", "open_in_tab": true }, "permissions": [ "storage" ] } |