Styled Background
Display home and new tab background with different background images
Cos'è Styled Background?
Styled Background è un'estensione di Chrome sviluppata da Nick, e la sua funzione principale è "Display home and new tab background with different background images".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Styled Background
Scarica i file di estensione Styled 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
Styled Background Displays Daily new background images and quotes. make images favorite and the favorite image will not change on next day. You can choose any background from images list.
Informazioni di Base sull'Estensione
Nome | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
URL Ufficiale | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
Descrizione | Display home and new tab background with different background images |
Dimensione del File | 650 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-05-26 |
Data di Pubblicazione | 2017-05-26 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Nick |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Styled Background", "description": "Display home and new tab background with different background images", "version": "1.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "incognito": "not_allowed", "permissions": [ "storage" ], "background": { "scripts": [ "js\/popup.js" ] } } |