Styled Background
Display home and new tab background with different background images
Co to jest Styled Background?
Styled Background to rozszerzenie Chrome opracowane przez Nick, a jego główną funkcją jest „Display home and new tab background with different background images”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Styled Background
Pobierz pliki rozszerzeń Styled Background 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
Styled Background Displays Daily new background images and quotes. make images favorite and the favorite image will not change on next day. You can choose any background from images list.
Podstawowe informacje o rozszerzeniu
Nazwa | Styled Background |
ID | iclgcndcdfheagebpphcnlafpilpefcn |
Oficjalny URL | https://chromewebstore.google.com/detail/styled-background/iclgcndcdfheagebpphcnlafpilpefcn |
Opis | Display home and new tab background with different background images |
Rozmiar pliku | 650 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-05-26 |
Data Publikacji | 2017-05-26 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Nick |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Styled Background", "description": "Display home and new tab background with different background images", "version": "1.0.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "incognito": "not_allowed", "permissions": [ "storage" ], "background": { "scripts": [ "js\/popup.js" ] } } |