Colored New Tab
Google Chrome (or Chromium) extension that opens the new tab in a specific color
Vad är Colored New Tab?
Colored New Tab är en Chrome-tillägg utvecklad av https://glogovetan.com, och dess huvudfunktion är "Google Chrome (or Chromium) extension that opens the new tab in a specific color".
Tilläggsskärmbilder
Ladda ner Colored New Tab-förlängningens CRX-fil
Ladda ner Colored New 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
A minimalist Chrome extension that replaces the New Tab page with simple colors. Features: - Fast loading - Beautiful full page colors - Unobtrusive color switcher
Grundläggande Information om Tillägg
Namn | Colored New Tab |
ID | bfjhjeccmlkbbgliegkapplkpkcngeaa |
Officiell webbadress | https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa |
Beskrivning | Google Chrome (or Chromium) extension that opens the new tab in a specific color |
Filstorlek | 11.46 KB |
Antal Installationer | 40 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-03-11 |
Publiceringsdatum | 2018-03-11 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://glogovetan.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/rdig/colored-new-tab |
Hjälpsida URL | https://github.com/rdig/colored-new-tab/issues |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colored New Tab", "short_name": "New Tab", "version": "1.0.0", "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color", "author": "Raul Glogovetan", "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab", "icons": { "16": "extension_icon_16.png", "48": "extension_icon_48.png", "128": "extension_icon_128.png" }, "offline_enabled": true, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "TabPage\/index.html" } } |