Pink Background Daily

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

Co je Pink Background Daily?

Pink Background Daily je rozšíření Chrome vyvinuté https://bg.smallcolortools.com, a jeho hlavní funkcí je „Designed for pink color lovers. Change your new tab with random pink background!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pink Background Daily

Stáhněte si soubory rozšíření Pink Background Daily ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
Oficiální URL https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Popis Designed for pink color lovers. Change your new tab with random pink background!
Velikost souboru 78.48 KB
Počet instalací 193
Aktuální Verze 0.1.1
Poslední Aktualizace 2023-02-28
Datum Vydání 2022-10-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://bg.smallcolortools.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://bg.smallcolortools.com
URL Stránky Nápovědy https://bg.smallcolortools.com/contact.php
URL Stránky Zásad Ochrany Soukromí https://bg.smallcolortools.com/privacy.php
Podporované Jazyky 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';"
    }
}