Google Page Cumstom Background
Replacing boring default background to random hi-def images
Wat is Google Page Cumstom Background?
Google Page Cumstom Background is een Chrome-extensie ontwikkeld door ysl.stefan, en de belangrijkste functie is "Replacing boring default background to random hi-def images".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Page Cumstom Background
Download Google Page Cumstom Background-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 is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash. You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.
Basisinformatie over de Extensie
Naam | |
ID | ilcilmjmcicbgomhddjlgmmajjmekobn |
Officiële URL | https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn |
Beschrijving | Replacing boring default background to random hi-def images |
Bestandsgrootte | 5.39 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2017-08-25 |
Publicatiedatum | 2017-08-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ysl.stefan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Page Cumstom Background", "description": "Replacing boring default background to random hi-def images", "version": "0.0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/", "http:\/\/www.google.com\/" ], "css": [ "bg.css" ], "js": [ "content.js" ] } ], "page_action": { "default_title": "Custom Google background" } } |