Random Background Color
Show a random background color on the Google.com homepage.
Wat is Random Background Color?
Random Background Color is een Chrome-extensie ontwikkeld door Melingo, en de belangrijkste functie is "Show a random background color on the Google.com homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Background Color
Download Random Background Color-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
This extension randomly colors the page when visiting google.com.
No more boring white background!
Get excited with a new search tab each time! Basisinformatie over de Extensie
| Naam | |
| ID | ikglgnekadileanonnapmgkeklpgjifk |
| Officiële URL | https://chromewebstore.google.com/detail/random-background-color/ikglgnekadileanonnapmgkeklpgjifk |
| Beschrijving | Show a random background color on the Google.com homepage. |
| Bestandsgrootte | 84.39 KB |
| Aantal Installaties | 1,946 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2014-01-19 |
| Publicatiedatum | 2014-01-19 |
| Beoordeling | 1.18/5 Totaal 22 Beoordelingen |
| Ontwikkelaar | Melingo |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Background Color",
"description": "Show a random background color on the Google.com homepage.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"version": "0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.google.com\/*",
"https:\/\/*.google.com\/*"
],
"js": [
"jquery-2.0.3.min.js",
"extension.js"
]
}
],
"web_accessible_resources": [
"jquery-2.0.3.min.map"
]
} | |