Google Page Cumstom Background
Replacing boring default background to random hi-def images
Cos'è Google Page Cumstom Background?
Google Page Cumstom Background è un'estensione di Chrome sviluppata da ysl.stefan, e la sua funzione principale è "Replacing boring default background to random hi-def images".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Page Cumstom Background
Scarica i file di estensione Google Page Cumstom Background in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ilcilmjmcicbgomhddjlgmmajjmekobn |
URL Ufficiale | https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn |
Descrizione | Replacing boring default background to random hi-def images |
Dimensione del File | 5.39 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-08-25 |
Data di Pubblicazione | 2017-08-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ysl.stefan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |