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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |