New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
Wat is New Empty Coloured Tab?
New Empty Coloured Tab is een Chrome-extensie ontwikkeld door Glenn Hallin, en de belangrijkste functie is "When you open a 'New Tab' it's blank and set to the background color of your desire.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Empty Coloured Tab
Download New Empty Coloured Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | New Empty Coloured Tab |
ID | ilpmlpiodicccdbjckhganddmegpedln |
Officiële URL | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
Beschrijving | When you open a 'New Tab' it's blank and set to the background color of your desire. |
Bestandsgrootte | 137 KB |
Aantal Installaties | 83 |
Huidige Versie | 1.5.3 |
Laatst Bijgewerkt | 2023-07-03 |
Publicatiedatum | 2017-11-14 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Glenn Hallin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |