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
官方網址 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
電子郵箱 [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"
    }
}