Forecastfox (fix version)

Get international weather forecasts with this highly customizable extension

Forecastfox (fix version)とは何ですか?

Forecastfox (fix version)はOviによって開発されたChromeの拡張機能で、その主な機能は「Get international weather forecasts with this highly customizable extension」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Forecastfox (fix version)拡張機能のCRXファイルをダウンロード

Forecastfox (fix version)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Original Forecastfox Weather add-on for Google Chrome is abandoned March 30, 2013:
https://chrome.google.com/webstore/detail/forecastfox/ihffmkcfkejomlfnilnmkokcpgclhfeg

Does it mean its death? Of course not! It has been reborn! I brought it back to life!
Now it is called Forecastfox (fix version) and works with all Firefox versions.

=====================
What is Forecastfox?

Get international weather forecasts from AccuWeather.com and display them in any toolbar or statusbar with this highly customizable and unobtrusive extension.

=====================
Forecastfox (fix version) - correction relative to the original Forecastfox Weather:
* fixed receiving of weather forecasts for non-English locales
* fixed receiving weather - in some cases come obsolete data
* changed url to accuweather.com
  original:
    http://spotlight.accuweather.com/dyndoc/goto/spotlight/adc_qxa3506/forecastfox.gif|www.accuweather.com/US/NY/Two Bridges/10038/city-weather-forecast.asp?partner=forecastfox

    fix version:
    http://www.accuweather.com/US/NY/Two Bridges/10038/city-weather-forecast.asp?partner=forecastfox

* added Date in tooltips
* other minor bugs fixes                    

拡張機能の基本情報

名前 Forecastfox (fix version) Forecastfox (fix version)
ID boljdehmejbffnfiiicckjhafabdepnd
公式URL https://chrome.google.com/webstore/detail/forecastfox-fix-version/boljdehmejbffnfiiicckjhafabdepnd
説明 Get international weather forecasts with this highly customizable extension
ファイルサイズ 1.25 MB
インストール数 17,844
現在のバージョン 4.26
最終更新日 2020-11-24
公開日 2019-09-25
評価 4.21/5 合計 263 レビュー
開発者 Ovi
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.s3blog.org/screengrab/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forecastfox (fix version)",
    "short_name": "Forecastfox (fix version)",
    "description": "Get international weather forecasts with this highly customizable extension",
    "author": "Oleksandr Popov",
    "homepage_url": "https:\/\/www.s3blog.org\/forecastfox.html",
    "version": "4.26",
    "minimum_chrome_version": "45",
    "offline_enabled": false,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7+PzqK3ZN4UvbVN0nt5wn2iPOh9qIb9eyVo+5dKY6r530xj\/SXzxPDgJedYHJgKB6G6TCjedxagUALQ\/5P2NqeDnxuK5v6LYvt4np96NpRVYkffeLXzusL4UkcdRcmI7v6IXt7bNvk96e7Z6pGIFGSF0trcmNJDDioy0udHZ4D1M524V6NFoX2zYyuGb7zYlg5Maw9gH\/LBSNWgi82jZqEw9uraGCKePALeozKA27G2D+9qNed0dPB1S2OWf7tEXZNmW1eokmvkRYRbtJxzL61pS79V0kJ5nZ931C4YAWLXotfwBvD6Zfsz0GOFkkfzXecYqObfgizRWFvg5GWGcNwIDAQAB",
    "applications": {
        "gecko": {
            "id": "forecastfox@s3_fix_version",
            "strict_min_version": "51.0"
        }
    },
    "icons": {
        "16": "skin\/images\/logo16.png",
        "32": "skin\/images\/logo32.png",
        "48": "skin\/images\/logo48.png",
        "128": "skin\/images\/logo128.png"
    },
    "browser_action": {
        "default_title": "Forecastfox (fix version)",
        "default_icon": "skin\/images\/logo16.png",
        "default_popup": "content\/popup.html"
    },
    "background": {
        "page": "content\/background.html"
    },
    "options_ui": {
        "page": "content\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.s3blog.org\/geolocation.html*"
            ],
            "all_frames": true,
            "js": [
                "\/content\/geolocation.js",
                "\/content\/utils.js",
                "\/content\/prefs.js",
                "\/content\/geolocation_init.js"
            ]
        },
        {
            "js": [
                "\/content\/tab_loader.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/embed.windy.com\/embed2.html*"
            ],
            "all_frames": true,
            "js": [
                "\/content\/windy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/skin\/*",
        "\/locale\/*"
    ],
    "optional_permissions": [
        "clipboardWrite",
        "downloads"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}