New Tab iFrame
customize new tab by an iframe
New Tab iFrameとは何ですか?
New Tab iFrameはchienwenによって開発されたChromeの拡張機能で、その主な機能は「customize new tab by an iframe」です。
拡張機能のスクリーンショット
New Tab iFrame拡張機能のCRXファイルをダウンロード
New Tab iFrame拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.
拡張機能の基本情報
名前 | New Tab iFrame |
ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
公式URL | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
説明 | customize new tab by an iframe |
ファイルサイズ | 96.19 KB |
インストール数 | 107 |
現在のバージョン | 1.0 |
最終更新日 | 2015-09-12 |
公開日 | 2015-09-12 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | chienwen |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab iFrame", "description": "customize new tab by an iframe", "version": "1.0", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "scripts\/jquery-1.10.2.min.map" ], "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/newtabiframe_16.png", "48": "images\/newtabiframe_48.png", "128": "images\/newtabiframe_128.png" } } |