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 |
| 官方網址 | 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"
}
} | |