New Tab iFrame

customize new tab by an iframe

What is New Tab iFrame?

New Tab iFrame is a Chrome extension developed by chienwen, and its main feature is "customize new tab by an iframe".

Extension Screenshots

screenshot

Download New Tab iFrame Extension CRX File

Download New Tab iFrame extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.                    

Extension Basic Information

Name New Tab iFrame New Tab iFrame
ID pjjgnpjhedgolccfdplecmnapdjhlknm
Official URL https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm
Description customize new tab by an iframe
File Size 96.19 KB
Installation Count 107
Current Version 1.0
Last Updated 2015-09-12
Publish Date 2015-09-12
Rating 3.67/5 Total 3 Ratings
Developer chienwen
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}