New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
Was ist New Empty Coloured Tab?
New Empty Coloured Tab ist eine Chrome-Erweiterung, die von Glenn Hallin entwickelt wurde, und ihr Hauptmerkmal ist "When you open a 'New Tab' it's blank and set to the background color of your desire.".
Erweiterungsscreenshots
New Empty Coloured Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Empty Coloured Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ilpmlpiodicccdbjckhganddmegpedln |
| Offizielle URL | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
| Beschreibung | When you open a 'New Tab' it's blank and set to the background color of your desire. |
| Dateigröße | 137 KB |
| Installationsanzahl | 83 |
| Aktuelle Version | 1.5.3 |
| Letztes Update | 2023-07-03 |
| Veröffentlichungsdatum | 2017-11-14 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | Glenn Hallin |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |