Karaganda temperature

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

ما هو Karaganda temperature؟

Karaganda temperature هو إضافة Chrome تم تطويرها بواسطة vladislav.yevtushenko، والميزة الرئيسية لها هي "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz".

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

screenshot

تحميل ملف CRX للإضافة Karaganda temperature

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

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

                        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
البريد الإلكتروني [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"
    }
}