Weather Forecast powered by AccuWeather

Stay updated on current weather conditions for the location(s) of your choice.

ما هو Weather Forecast powered by AccuWeather؟

Weather Forecast powered by AccuWeather هو إضافة Chrome تم تطويرها بواسطة Accuweather، والميزة الرئيسية لها هي "Stay updated on current weather conditions for the location(s) of your choice.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Weather Forecast powered by AccuWeather

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

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

                        Once installed, your homepage, new tab, and omnibar will become the ultimate AccuWeather experience. Enjoy forecasts, weather videos, news and more. Stay updated on current weather conditions for the location(s) of your choice.
 
Features offered by the extension: 

•   *NEW* Change your background color
•   *NEW* Enhanced omnibar search feature for AccuWeather forecasts, news, and videos
•   Check the current temperature or get hourly and daily forecasts for multiple locations through the extension icon menu or new tab page.   
•   Receive relevant weather updates through lightboxes and notifications while browsing the web. 
•   Have full control over your background, locations, notification preferences, and specialized forecasts in the Settings menu. 
•   Search the web using Bing on the new tab page. 

Enjoy searching the AccuWeather website through the omnibar as well as having access to the most popular web pages with simple commands. To quickly search the website, simply use the omnibar, type "weather", then press the spacebar or tab key and enter the keywords you want to search:

   • "forecast" to go to the local weather page, based on your selected location
   • "news" to go to the latest weather news page
   • "video" to go to the weather videos page

Permissions that we are using: 

•   “Display notifications” – this allows us to provide you alerts via notification while you are surfing the web 
•   “Replace the page you see when opening a new tab” – this allows us to provide the features mentioned above and relevant weather information every time you open a new tab page.
•  "Change your search settings to “weather.srch0.com"
This allows us to provide a custom search function that enables you to search directly on accuweather.com and on the web using Bing.
•  “Read and change your data on mb.accuweather.com” –This permission allows us to access the website we own and manage in order to provide the content and features for the extension.

What data we collect: To deliver weather information and time-sensitive alerts, we collect your IP address, information about your browser and device, and statistics on how you interact with alerts and the extension. 

By clicking "Add to Chrome" and installing Weather Forecast powered by AccuWeather you accept and agree to abide by our privacy policy (https://mb.accuweather.com/privacy) and eula (https://mb.accuweather.com/eula), which can be found on our new tab page.

Help 

If you want to remove this extension please follow simple steps: 

1. Right click on the extension icon in the top right of the Chrome browser. 
2. Click the “Remove from Chrome” button 

For assistance or feedback, please click the “Send Feedback” link in the Settings section on the extension icon menu or email us at [email protected]                    

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

الاسم Weather Forecast powered by AccuWeather Weather Forecast powered by AccuWeather
ID conoiojhfhpoboccndegeemkpgkcnkoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/weather-forecast-powered/conoiojhfhpoboccndegeemkpgkcnkoe
الوصف Stay updated on current weather conditions for the location(s) of your choice.
حجم الملف 97.7 KB
عدد التثبيتات 15,045
النسخة الحالية 4.6.6
آخر تحديث 2021-04-10
تاريخ النشر 2020-06-12
تقييم 2.42/5 مجموع تقييمات 48
المطور Accuweather
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.accuweather.com/
عنوان صفحة المساعدة https://www.accuweather.com/en/help
عنوان صفحة سياسة الخصوصية https://mb.accuweather.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Forecast powered by AccuWeather",
    "version": "4.6.6",
    "manifest_version": 2,
    "description": "Stay updated on current weather conditions for the location(s) of your choice.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "omnibox": {
        "keyword": "weather"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Accuweather",
            "keyword": "accuweather",
            "search_url": "https:\/\/weather.srch0.com\/?q={searchTerms}&a=gsb_mka_00_00",
            "image_url": "https:\/\/weather.srch0.com\/?q={searchTerms}&a=gsb_mka_00_00",
            "suggest_url": "https:\/\/weather.srch0.com\/suggest?q={searchTerms}&a=gsb_mka_00_00",
            "instant_url": "https:\/\/weather.srch0.com\/suggest?q={searchTerms}&a=gsb_mka_00_00",
            "favicon_url": "https:\/\/weather.srch0.com\/no-icon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "notifications",
        "history",
        "idle",
        "http:\/\/*.accuweather.com\/*",
        "https:\/\/*.accuweather.com\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_title": "",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "data.js"
            ],
            "matches": [
                "*:\/\/*.accuweather.com\/mng-bg*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "new-tab.html"
    ]
}