New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
Vad är New Empty Coloured Tab?
New Empty Coloured Tab är en Chrome-tillägg utvecklad av Glenn Hallin, och dess huvudfunktion är "When you open a 'New Tab' it's blank and set to the background color of your desire.".
Tilläggsskärmbilder
Ladda ner New Empty Coloured Tab-förlängningens CRX-fil
Ladda ner New Empty Coloured Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | New Empty Coloured Tab |
ID | ilpmlpiodicccdbjckhganddmegpedln |
Officiell webbadress | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
Beskrivning | When you open a 'New Tab' it's blank and set to the background color of your desire. |
Filstorlek | 137 KB |
Antal Installationer | 83 |
Aktuell Version | 1.5.3 |
Senast Uppdaterad | 2023-07-03 |
Publiceringsdatum | 2017-11-14 |
Betyg | 4.50/5 Totalt 4 Betyg |
Utvecklare | Glenn Hallin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |