Pink Background Daily

Designed for pink color lovers. Change your new tab with random pink background!

O que é Pink Background Daily?

Pink Background Daily é uma extensão do Chrome desenvolvida por https://bg.smallcolortools.com, e sua principal característica é "Designed for pink color lovers. Change your new tab with random pink background!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pink Background Daily

Baixe arquivos de extensão Pink Background Daily 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

                        This extension presents a new hand-picked beautiful pink background in every new tab. The background is lockable and you are free to lock/unlock it anytime. 

Main features:

* In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will be restored. 

* In the lower right corner, clicking on rotation icon can switch to a new background, without leaving current tab. You can use this feature to quickly find your favorite background and then lock it.                    

Informações Básicas da Extensão

Nome Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
URL Oficial https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Descrição Designed for pink color lovers. Change your new tab with random pink background!
Tamanho do Arquivo 78.48 KB
Contagem de Instalações 193
Versão Atual 0.1.1
Última Atualização 2023-02-28
Data de Publicação 2022-10-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://bg.smallcolortools.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bg.smallcolortools.com
URL da Página de Ajuda https://bg.smallcolortools.com/contact.php
URL da Página de Política de Privacidade https://bg.smallcolortools.com/privacy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pink Background Daily",
    "version": "0.1.1",
    "description": "Designed for pink color lovers. Change your new tab with random pink background!",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "colorful-newtab",
        "default_icon": "icons\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}