The Beach Tab
The beach tab is a novel extension designed to bring a beautiful calming seaside image to your every day peripheral.
Vad är The Beach Tab?
The Beach Tab är en Chrome-tillägg utvecklad av XL Labs, och dess huvudfunktion är "The beach tab is a novel extension designed to bring a beautiful calming seaside image to your every day peripheral.".
Tilläggsskärmbilder
Ladda ner The Beach Tab-förlängningens CRX-fil
Ladda ner The Beach Tab-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
Now your first browser page will no longer be a boring search bar but your new extension will bring you the joy of a beautiful beach. This browser extension was proudly designed by XL Labs Pty Ltd. All rights for technology design and content belong to XL Labs Pty Ltd. Once installed you are able to customise the beach tab by choosing your preferred beach from one of the many famous Beach settings in our image library. We hope you enjoy using the beach tab as much as we have. By clicking "Add to chrome", I accept and agree to installing The Beach Tab extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use at sites.google.com/xllabs.com.au/the-beach-tab/terms-and-conditions and Privacy Policy at https://sites.google.com/xllabs.com.au/the-beach-tab/privacy-policy. The search will be powered by Microsoft Bing.
Grundläggande Information om Tillägg
Namn | The Beach Tab |
ID | nplfeagfofioikdhfpggpgjjpghpdlck |
Officiell webbadress | https://chromewebstore.google.com/detail/the-beach-tab/nplfeagfofioikdhfpggpgjjpghpdlck |
Beskrivning | The beach tab is a novel extension designed to bring a beautiful calming seaside image to your every day peripheral. |
Filstorlek | 13.29 MB |
Antal Installationer | 4,000 |
Aktuell Version | 1.3.1 |
Senast Uppdaterad | 2022-08-07 |
Publiceringsdatum | 2021-05-09 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | XL Labs |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://sites.google.com/xllabs.com.au/the-beach-tab |
Hjälpsida URL | https://sites.google.com/xllabs.com.au/the-beach-tab/contact-us |
URL till Sekretesspolicy Sidan | https://sites.google.com/xllabs.com.au/the-beach-tab/privacy-policy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "The Beach Tab", "version": "1.3.1", "description": "The beach tab is a novel extension designed to bring a beautiful calming seaside image to your every day peripheral.", "icons": { "16": "public\/app_icon\/icon_16.png", "32": "public\/app_icon\/icon_32.png", "48": "public\/app_icon\/icon_48.png", "64": "public\/app_icon\/icon_64.png", "96": "public\/app_icon\/icon_96.png", "128": "public\/app_icon\/icon_128.png", "256": "public\/app_icon\/icon_256.png", "512": "public\/app_icon\/icon_512.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "public\/app_icon\/icon_16.png", "32": "public\/app_icon\/icon_32.png", "48": "public\/app_icon\/icon_48.png", "64": "public\/app_icon\/icon_64.png", "96": "public\/app_icon\/icon_96.png", "128": "public\/app_icon\/icon_128.png", "256": "public\/app_icon\/icon_256.png", "512": "public\/app_icon\/icon_512.png" } }, "content_security_policy": { "extension_pages": "default-src 'self'; img-src https:;connect-src https:\/\/api.openweathermap.org;font-src https:\/\/fonts.gstatic.com;style-src 'self' https:\/\/fonts.googleapis.com" }, "permissions": [ "storage", "geolocation", "topSites" ], "host_permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/*" ] } |