Karaganda temperature

Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz

Karaganda temperatureとは何ですか?

Karaganda temperatureはvladislav.yevtushenkoによって開発されたChromeの拡張機能で、その主な機能は「Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz」です。

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

screenshot

Karaganda temperature拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz                    

拡張機能の基本情報

名前 Karaganda temperature Karaganda temperature
ID cdghnlkmcpklogckgicedkafjfgigfli
公式URL https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli
説明 Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
ファイルサイズ 40.85 KB
インストール数 20
現在のバージョン 1.0.4.1
最終更新日 2016-11-14
公開日 2016-11-14
評価 5.00/5 合計 1 レビュー
開発者 vladislav.yevtushenko
Eメール [email protected]
支払い方法 free
対応言語 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Karaganda temperature",
    "manifest_version": 2,
    "version": "1.0.4.1",
    "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz",
    "permissions": [
        "tabs",
        "http:\/\/www.meteoclub.kz\/*",
        "background"
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Karaganda temperature",
        "default_popup": "html\/popup.htm",
        "default_icon": "icons\/icon19.png"
    }
}