Yellow Landscape
Change current page background to yellow
Cos'è Yellow Landscape?
Yellow Landscape è un'estensione di Chrome sviluppata da dan.belz69, e la sua funzione principale è "Change current page background to yellow".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yellow Landscape
Scarica i file di estensione Yellow Landscape 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
Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.
Informazioni di Base sull'Estensione
Nome | |
ID | jgielablfighaafogapfgpnlieaajbgk |
URL Ufficiale | https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk |
Descrizione | Change current page background to yellow |
Dimensione del File | 5.52 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-06-19 |
Data di Pubblicazione | 2014-06-19 |
Valutazione | 2.31/5 Totale 13 Valutazioni |
Sviluppatore | dan.belz69 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Yellow Landscape", "description": "Change current page background to yellow", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |