Google Page Cumstom Background
Replacing boring default background to random hi-def images
Hvad er Google Page Cumstom Background?
Google Page Cumstom Background er en Chrome-udvidelse udviklet af ysl.stefan, og dens hovedfunktion er "Replacing boring default background to random hi-def images".
Udvidelsesskærmbilleder
Download Google Page Cumstom Background-udvidelses-CRX-fil
Download Google Page Cumstom Background-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ilcilmjmcicbgomhddjlgmmajjmekobn |
Officiel URL | https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn |
Beskrivelse | Replacing boring default background to random hi-def images |
Filstørrelse | 5.39 KB |
Antal Installationer | 25 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2017-08-25 |
Udgivelsesdato | 2017-08-25 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | ysl.stefan |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |