New Tab iFrame

customize new tab by an iframe

Vad är New Tab iFrame?

New Tab iFrame är en Chrome-tillägg utvecklad av chienwen, och dess huvudfunktion är "customize new tab by an iframe".

Tilläggsskärmbilder

screenshot

Ladda ner New Tab iFrame-förlängningens CRX-fil

Ladda ner New Tab iFrame-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn New Tab iFrame New Tab iFrame
ID pjjgnpjhedgolccfdplecmnapdjhlknm
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm
Beskrivning customize new tab by an iframe
Filstorlek 96.19 KB
Antal Installationer 107
Aktuell Version 1.0
Senast Uppdaterad 2015-09-12
Publiceringsdatum 2015-09-12
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare chienwen
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}