Replace NewTab
An extension to configure new tabs.
Replace NewTabとは何ですか?
Replace NewTabはdeveloper.waieight.によって開発されたChromeの拡張機能で、その主な機能は「An extension to configure new tabs.」です。
拡張機能のスクリーンショット
Replace NewTab拡張機能のCRXファイルをダウンロード
Replace NewTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
By setting a URL, the URL will be set from the new tab.
拡張機能の基本情報
名前 | Replace NewTab |
ID | hdacjmeajjdhbgmmeoebpklfmloifahh |
公式URL | https://chromewebstore.google.com/detail/replace-newtab/hdacjmeajjdhbgmmeoebpklfmloifahh |
説明 | An extension to configure new tabs. |
ファイルサイズ | 9.29 KB |
インストール数 | 358 |
現在のバージョン | 0.0.1.61 |
最終更新日 | 2024-01-22 |
公開日 | 2020-06-06 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | developer.waieight. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://waieight.hatenablog.jp/ |
プライバシーポリシーページのURL | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replace NewTab", "version": "1.0.1.61", "version_name": "0.0.1.61", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webNavigation" ], "chrome_url_overrides": { "newtab": "\/html\/newtab.html" }, "action": { "default_icon": { "19": "\/icon\/icon_128.png" }, "default_title": "Create replace URL", "default_popup": "\/html\/popup.html" } } |