Empty New Tab Page
With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
Qu'est-ce que Empty New Tab Page ?
Empty New Tab Page est une extension Chrome développée par ✰✰✰✰✰✰, et sa fonction principale est "With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Empty New Tab Page
Téléchargez les fichiers d'extension Empty New Tab Page 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
Informations de Base sur l'Extension
Nom | |
ID | ldnoknppacjpejoacooogblpenmdligp |
URL Officiel | https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp |
Description | With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails. |
Taille du Fichier | 6.71 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2016-01-16 |
Date de Publication | 2016-01-16 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ✰✰✰✰✰✰ |
Type de Paiement | free |
Langues Prises en Charge | de,en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extension_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.2", "default_locale": "en", "chrome_url_overrides": { "newtab": "empty_newtab.html" }, "description": "__MSG_description__", "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |