WeatherTab - new tab browser extension
Follow the weather forecast when loading a new tab in your browser
Apa itu WeatherTab - new tab browser extension?
WeatherTab - new tab browser extension adalah ekstensi Chrome yang dikembangkan oleh Dev Labs, dan fitur utamanya adalah "Follow the weather forecast when loading a new tab in your browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WeatherTab - new tab browser extension
Unduh file ekstensi WeatherTab - new tab browser extension 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
Follow the weather forecast when loading a new tab in your browser
Informasi Dasar Ekstensi
Nama | |
ID | ndmbacelaedejokjkolgipmdkblnibbo |
URL Resmi | https://chrome.google.com/webstore/detail/weathertab-new-tab-browse/ndmbacelaedejokjkolgipmdkblnibbo |
Deskripsi | Follow the weather forecast when loading a new tab in your browser |
Ukuran File | 16.44 MB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2019-03-15 |
Tanggal Publikasi | 2019-03-15 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Dev Labs |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://privacy.devlabs.bg |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WeatherTab - new tab browser extension", "version": "1.0.3", "manifest_version": 2, "description": "Follow the weather forecast when loading a new tab in your browser", "homepage_url": "http:\/\/openweathermap.org\/", "icons": { "16": "images\/icons\/logo16.png", "32": "images\/icons\/logo32.png", "48": "images\/icons\/logo48.png", "64": "images\/icons\/logo64.png", "128": "images\/icons\/logo128.png" }, "browser_action": { "default_icon": "images\/icons\/logo32.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/openweathermap.org\/*", "storage" ] } |