New Tab iFrame
customize new tab by an iframe
Qu'est-ce que New Tab iFrame ?
New Tab iFrame est une extension Chrome développée par chienwen, et sa fonction principale est "customize new tab by an iframe".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab iFrame
Téléchargez les fichiers d'extension New Tab iFrame au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.
Informations de Base sur l'Extension
Nom | New Tab iFrame |
ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
Description | customize new tab by an iframe |
Taille du Fichier | 96.19 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-09-12 |
Date de Publication | 2015-09-12 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | chienwen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |