Weather New Tab
The best weather new tab extention
Vad är Weather New Tab?
Weather New Tab är en Chrome-tillägg utvecklad av weathernewtab, och dess huvudfunktion är "The best weather new tab extention".
Tilläggsskärmbilder
Ladda ner Weather New Tab-förlängningens CRX-fil
Ladda ner Weather New 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
Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"
Grundläggande Information om Tillägg
Namn | Weather New Tab |
ID | bpbogmolkofliadijppmedcifmejecjk |
Officiell webbadress | https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk |
Beskrivning | The best weather new tab extention |
Filstorlek | 1.67 MB |
Antal Installationer | 6,921 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2023-05-30 |
Publiceringsdatum | 2022-10-26 |
Utvecklare | weathernewtab |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://weathernewtab.com/privacy.html |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "name": "Weather New Tab", "version": "1.0.4", "description": "The best weather new tab extention", "permissions": [ "geolocation", "cookies", "storage" ], "chrome_url_overrides": { "newtab": "tab.html" }, "action": { "default_icon": "icon.png" } } |