Yellow Landscape
Change current page background to yellow
O que é Yellow Landscape?
Yellow Landscape é uma extensão do Chrome desenvolvida por dan.belz69, e sua principal característica é "Change current page background to yellow".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Yellow Landscape
Baixe arquivos de extensão Yellow Landscape no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Change the standard background to yellow by choosing "Yellow Landscape" from the context menu.
Informações Básicas da Extensão
Nome | |
ID | jgielablfighaafogapfgpnlieaajbgk |
URL Oficial | https://chrome.google.com/webstore/detail/yellow-landscape/jgielablfighaafogapfgpnlieaajbgk |
Descrição | Change current page background to yellow |
Tamanho do Arquivo | 5.52 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 0.1 |
Última Atualização | 2014-06-19 |
Data de Publicação | 2014-06-19 |
Classificação | 2.31/5 Total de 13 Avaliações |
Desenvolvedor | dan.belz69 |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |