New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
Qu'est-ce que New Empty Coloured Tab ?
New Empty Coloured Tab est une extension Chrome développée par Glenn Hallin, et sa fonction principale est "When you open a 'New Tab' it's blank and set to the background color of your desire.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Empty Coloured Tab
Téléchargez les fichiers d'extension New Empty Coloured 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
When you open a 'New Tab' it's blank and set to the background color of your desire. Changelog: * Version 1.5.3 - Removed unneeded permission * Version 1.5.2 - First run default value set to #4c4a48
Informations de Base sur l'Extension
Nom | New Empty Coloured Tab |
ID | ilpmlpiodicccdbjckhganddmegpedln |
URL Officiel | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
Description | When you open a 'New Tab' it's blank and set to the background color of your desire. |
Taille du Fichier | 137 KB |
Nombre d'Installations | 83 |
Version Actuelle | 1.5.3 |
Dernière Mise à Jour | 2023-07-03 |
Date de Publication | 2017-11-14 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Glenn Hallin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Empty Coloured Tab", "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.", "version": "1.5.3", "background": { "scripts": [ "JS\/GETbg.js" ] }, "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "enct.html" }, "manifest_version": 2 } |