Pink Background Daily

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

Vad är Pink Background Daily?

Pink Background Daily är en Chrome-tillägg utvecklad av https://bg.smallcolortools.com, och dess huvudfunktion är "Designed for pink color lovers. Change your new tab with random pink background!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Pink Background Daily-förlängningens CRX-fil

Ladda ner Pink Background Daily-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pink Background Daily Pink Background Daily
ID onkijiakbamjbidbbfmggdcchjdcbcoj
Officiell webbadress https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj
Beskrivning Designed for pink color lovers. Change your new tab with random pink background!
Filstorlek 78.48 KB
Antal Installationer 193
Aktuell Version 0.1.1
Senast Uppdaterad 2023-02-28
Publiceringsdatum 2022-10-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://bg.smallcolortools.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bg.smallcolortools.com
Hjälpsida URL https://bg.smallcolortools.com/contact.php
URL till Sekretesspolicy Sidan https://bg.smallcolortools.com/privacy.php
Stödda Språk 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';"
    }
}