Styled Background
Display home and new tab background with different background images
O que é Styled Background?
Styled Background é uma extensão do Chrome desenvolvida por Nick, e sua principal característica é "Display home and new tab background with different background images".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Styled Background
Baixe arquivos de extensão Styled Background 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
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.
Informações Básicas da Extensão
Nome | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
URL Oficial | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
Descrição | Display home and new tab background with different background images |
Tamanho do Arquivo | 650 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-05-26 |
Data de Publicação | 2017-05-26 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Nick |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |