Pink background
This extension allows the users to change the background in pink color of the current page.
O que é Pink background?
Pink background é uma extensão do Chrome desenvolvida por https://dierezepte.com, e sua principal característica é "This extension allows the users to change the background in pink color of the current page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pink background
Baixe arquivos de extensão Pink 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
You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.
Informações Básicas da Extensão
Nome | Pink background |
ID | ehiaijjfijdbaepbhgompjomellejfoj |
URL Oficial | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj |
Descrição | This extension allows the users to change the background in pink color of the current page. |
Tamanho do Arquivo | 7.37 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0 |
Última Atualização | 2018-02-20 |
Data de Publicação | 2018-02-20 |
Classificação | 2.75/5 Total de 4 Avaliações |
Desenvolvedor | https://dierezepte.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dierezepte.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pink background", "description": "This extension allows the users to change the background in pink color of the current page.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "storage" ] } |