Weather

🌤️ A weather plugin with beautiful dynamic effects。

ما هو Weather؟

Weather هو إضافة Chrome تم تطويرها بواسطة https://hocgin.top، والميزة الرئيسية لها هي "🌤️ A weather plugin with beautiful dynamic effects。".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Weather

قم بتنزيل ملفات الامتداد Weather بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
---------------------                    

معلومات أساسية عن التمديد

الاسم Weather Weather
ID ibieofighcnndjcjchdahdiacjpmkhgf
عنوان URL الرسمي https://chromewebstore.google.com/detail/weather/ibieofighcnndjcjchdahdiacjpmkhgf
الوصف 🌤️ A weather plugin with beautiful dynamic effects。
حجم الملف 981 KB
عدد التثبيتات 2,638
النسخة الحالية 4.0.20
آخر تحديث 2023-05-28
تاريخ النشر 2020-03-30
تقييم 4.79/5 مجموع تقييمات 24
المطور https://hocgin.top
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/hocgin/Weather-For-Chrome-Plugin
عنوان صفحة المساعدة https://github.com/hocgin/Weather-For-Chrome-Plugin/issues
عنوان صفحة سياسة الخصوصية https://logspot.hocgin.top/privacy
اللغات المدعومة 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": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/sso.hocgin.top\/addone\/addone-weather-pro\/redirect*",
                "https:\/\/sso.hocgin.top\/addone\/addone-weather-pro\/redirect*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}