Weather New Tab
The best weather new tab extention
Apa itu Weather New Tab?
Weather New Tab adalah ekstensi Chrome yang dikembangkan oleh weathernewtab, dan fitur utamanya adalah "The best weather new tab extention".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weather New Tab
Unduh file ekstensi Weather New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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"
Informasi Dasar Ekstensi
Nama | Weather New Tab |
ID | bpbogmolkofliadijppmedcifmejecjk |
URL Resmi | https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk |
Deskripsi | The best weather new tab extention |
Ukuran File | 1.67 MB |
Jumlah Instalasi | 6,921 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2023-05-30 |
Tanggal Publikasi | 2022-10-26 |
Pengembang | weathernewtab |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://weathernewtab.com/privacy.html |
Bahasa yang Didukung | 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" } } |