Colors - New Tab
A multicolored 'paint splashes' New Tab.
Wat is Colors - New Tab?
Colors - New Tab is een Chrome-extensie ontwikkeld door Promideus, en de belangrijkste functie is "A multicolored 'paint splashes' New Tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Colors - New Tab
Download Colors - New 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
A colorful 'paint splashes' New Tab for the Google Chrome browser. Open Source: This extension is open source, and available at https://github.com/chrisprins/colors Feel free to contribute to future updates, or download it to customize your own personal version.
Basisinformatie over de Extensie
Naam | |
ID | ncbfpbajpbdbpmaiginhplgigibkcadi |
Officiële URL | https://chrome.google.com/webstore/detail/colors-new-tab/ncbfpbajpbdbpmaiginhplgigibkcadi |
Beschrijving | A multicolored 'paint splashes' New Tab. |
Bestandsgrootte | 4.75 MB |
Aantal Installaties | 870 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2018-12-25 |
Publicatiedatum | 2018-12-25 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Promideus |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/chrisprins/colors |
Help Pagina-URL | https://www.facebook.com/promideus |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colors - New Tab", "short_name": "Colors", "description": "A multicolored 'paint splashes' New Tab.", "version": "0.2.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "chrome:\/\/favicon\/", "topSites", "tabs", "geolocation", "unlimitedStorage", "activeTab", "storage", "bookmarks", "management" ], "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |