Beach Backgrounds and Wallpapers
Beach Backgrounds and Wallpapers
Vad är Beach Backgrounds and Wallpapers?
Beach Backgrounds and Wallpapers är en Chrome-tillägg utvecklad av BKG Products, och dess huvudfunktion är "Beach Backgrounds and Wallpapers".
Tilläggsskärmbilder
Ladda ner Beach Backgrounds and Wallpapers-förlängningens CRX-fil
Ladda ner Beach Backgrounds and Wallpapers-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | ohadldmdddapijokigffkjlclkffopdm |
Officiell webbadress | https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm |
Beskrivning | Beach Backgrounds and Wallpapers |
Filstorlek | 7.45 KB |
Antal Installationer | 95 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-11-02 |
Publiceringsdatum | 2017-11-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | BKG Products |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |