Blank New Tab Page
The ultimate speed boost for Chrome, an empty new tab page!
Qu'est-ce que Blank New Tab Page ?
Blank New Tab Page est une extension Chrome développée par https://64pixels.com, et sa fonction principale est "The ultimate speed boost for Chrome, an empty new tab page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Blank New Tab Page
Téléchargez les fichiers d'extension Blank 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
Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.
Informations de Base sur l'Extension
Nom | Blank New Tab Page |
ID | nanjankoodpibkkjgmmaeoccefklohao |
URL Officiel | https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao |
Description | The ultimate speed boost for Chrome, an empty new tab page! |
Taille du Fichier | 4.6 KB |
Nombre d'Installations | 3,912 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2024-01-11 |
Date de Publication | 2020-04-30 |
Évaluation | 4.27/5 Total 11 Évaluations |
Développeur | https://64pixels.com |
[email protected] | |
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 Page", "version": "1.1", "manifest_version": 2, "description": "The ultimate speed boost for Chrome, an empty new tab page!", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "offline_enabled": true, "background": { "page": "background.html" }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'" } |