Weather
🌤️ A weather plugin with beautiful dynamic effects。
Was ist Weather?
Weather ist eine Chrome-Erweiterung, die von https://hocgin.top entwickelt wurde, und ihr Hauptmerkmal ist "🌤️ A weather plugin with beautiful dynamic effects。".
Erweiterungsscreenshots
Weather-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A tool that can display real-time weather conditions in the browser, allowing users to quickly understand the weather situation in their local area and other cities, making it easier for them to make more accurate decisions before going out. It can display current weather conditions, such as temperature, humidity, air quality, etc., in the browser's toolbar or sidebar, and provide weather forecasts for the next few days to help users make travel plans and clothing choices. --------------------- GitHub: https://github.com/hocgin/chrome-extension-weather more: https://logspot.hocgin.top/addone-weather-pro?active=feedback ---------------------
Grundlegende Informationen zur Erweiterung
Name | Weather |
ID | ibieofighcnndjcjchdahdiacjpmkhgf |
Offizielle URL | https://chromewebstore.google.com/detail/weather/ibieofighcnndjcjchdahdiacjpmkhgf |
Beschreibung | 🌤️ A weather plugin with beautiful dynamic effects。 |
Dateigröße | 981 KB |
Installationsanzahl | 2,638 |
Aktuelle Version | 4.0.20 |
Letztes Update | 2023-05-28 |
Veröffentlichungsdatum | 2020-03-30 |
Bewertung | 4.79/5 Insgesamt 24 Bewertungen |
Entwickler | https://hocgin.top |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/hocgin/Weather-For-Chrome-Plugin |
Hilfeseite URL | https://github.com/hocgin/Weather-For-Chrome-Plugin/issues |
URL der Datenschutzrichtlinien-Seite | https://logspot.hocgin.top/privacy |
Unterstützte Sprachen | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "4.0.20", "description": "__MSG_extension_description__", "manifest_version": 3, "minimum_chrome_version": "88", "options_page": "$options.html", "action": { "default_popup": "$popup.html", "default_icon": { "16": "$_action_logo_16.png", "32": "$_action_logo_32.png", "48": "$_action_logo_48.png", "128": "$_action_logo_128.png" } }, "icons": { "16": "$_logo_16.png", "32": "$_logo_32.png", "48": "$_logo_48.png", "128": "$_logo_128.png" }, "default_locale": "en", "permissions": [ "tabs", "contextMenus", "storage", "scripting", "geolocation", "notifications" ], "host_permissions": [ " |