Blank New Tab
Create a blank new tab without any existing content.
Qu'est-ce que Blank New Tab ?
Blank New Tab est une extension Chrome développée par https://yifanwu.net, et sa fonction principale est "Create a blank new tab without any existing content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blank New Tab
Téléchargez les fichiers d'extension Blank New Tab 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 plugin makes the new tab page complete blank.
Informations de Base sur l'Extension
Nom | Blank New Tab |
ID | beafekehjfhnkpnnjegadfdncaipnljp |
URL Officiel | https://chromewebstore.google.com/detail/blank-new-tab/beafekehjfhnkpnnjegadfdncaipnljp |
Description | Create a blank new tab without any existing content. |
Taille du Fichier | 3.34 KB |
Nombre d'Installations | 5,182 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2018-09-26 |
Date de Publication | 2018-09-26 |
Évaluation | 4.65/5 Total 99 Évaluations |
Développeur | https://yifanwu.net |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab", "version": "0.0.2", "manifest_version": 2, "description": "Create a blank new tab without any existing content.", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "24": "icon.png" }, "default_title": "Blank New Tab" } } |