Pink Background Daily
Designed for pink color lovers. Change your new tab with random pink background!
Co to jest Pink Background Daily?
Pink Background Daily to rozszerzenie Chrome opracowane przez https://bg.smallcolortools.com, a jego główną funkcją jest „Designed for pink color lovers. Change your new tab with random pink background!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pink Background Daily
Pobierz pliki rozszerzeń Pink Background Daily w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | onkijiakbamjbidbbfmggdcchjdcbcoj |
Oficjalny URL | https://chrome.google.com/webstore/detail/pink-background-daily/onkijiakbamjbidbbfmggdcchjdcbcoj |
Opis | Designed for pink color lovers. Change your new tab with random pink background! |
Rozmiar pliku | 78.48 KB |
Liczba instalacji | 193 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2023-02-28 |
Data Publikacji | 2022-10-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://bg.smallcolortools.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://bg.smallcolortools.com |
Adres URL Strony Pomocy | https://bg.smallcolortools.com/contact.php |
Adres URL Strony Polityki Prywatności | https://bg.smallcolortools.com/privacy.php |
Obsługiwane Języki | 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';" } } |