New Tab iFrame
customize new tab by an iframe
Wat is New Tab iFrame?
New Tab iFrame is een Chrome-extensie ontwikkeld door chienwen, en de belangrijkste functie is "customize new tab by an iframe".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab iFrame
Download New Tab iFrame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable. Basisinformatie over de Extensie
| Naam | |
| ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
| Officiële URL | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
| Beschrijving | customize new tab by an iframe |
| Bestandsgrootte | 96.19 KB |
| Aantal Installaties | 107 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-09-12 |
| Publicatiedatum | 2015-09-12 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | chienwen |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |