Redirect New Tab
This extension redirect New Tab to a specified URL
Redirect New Tabとは何ですか?
Redirect New Tabはhttps://www.amidev.netによって開発されたChromeの拡張機能で、その主な機能は「This extension redirect New Tab to a specified URL」です。
拡張機能のスクリーンショット
Redirect New Tab拡張機能のCRXファイルをダウンロード
Redirect New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When clicking on "New Tab" go to the redirection page choosed on settings. By default: www.google.com. Compatible with Chrome version : 57.0.2987.133 (64-bit)
拡張機能の基本情報
名前 | Redirect New Tab |
ID | ijbmagglfbhfnhdojlbfpedpokfhmoec |
公式URL | https://chromewebstore.google.com/detail/redirect-new-tab/ijbmagglfbhfnhdojlbfpedpokfhmoec |
説明 | This extension redirect New Tab to a specified URL |
ファイルサイズ | 264 KB |
インストール数 | 15 |
現在のバージョン | 1.1 |
最終更新日 | 2017-04-13 |
公開日 | 2017-04-12 |
開発者 | https://www.amidev.net |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect New Tab", "description": "This extension redirect New Tab to a specified URL", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html", "default_title": "Redirect New Tab" }, "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "permissions": [ "activeTab", "tabs", " |