Beach Backgrounds and Wallpapers
Beach Backgrounds and Wallpapers
Co to jest Beach Backgrounds and Wallpapers?
Beach Backgrounds and Wallpapers to rozszerzenie Chrome opracowane przez BKG Products, a jego główną funkcją jest „Beach Backgrounds and Wallpapers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Beach Backgrounds and Wallpapers
Pobierz pliki rozszerzeń Beach Backgrounds and Wallpapers 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
The best backgrounds and themes of beaches in the new tab of your browser. Click the + INSTALL button in the upper-right corner of this window. You can change the background image at any time.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ohadldmdddapijokigffkjlclkffopdm |
Oficjalny URL | https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm |
Opis | Beach Backgrounds and Wallpapers |
Rozmiar pliku | 7.45 KB |
Liczba instalacji | 95 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-11-02 |
Data Publikacji | 2017-11-02 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | BKG Products |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beach Backgrounds and Wallpapers", "description": "Beach Backgrounds and Wallpapers", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "\/icon.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "permissions": [ "tabs", "http:\/\/*\/*" ] } |