Forecastfox Lite

Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…

ما هو Forecastfox Lite؟

Forecastfox Lite هو إضافة Chrome تم تطويرها بواسطة http://getforecastfox.com، والميزة الرئيسية لها هي "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".

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

screenshot

تحميل ملف CRX للإضافة Forecastfox Lite

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

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

                        Get the current weather on the new tab page.

Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.                    

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

الاسم Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo
الوصف Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
حجم الملف 175 KB
عدد التثبيتات 2,170
النسخة الحالية 22
آخر تحديث 2013-05-21
تاريخ النشر 2013-05-21
تقييم 2.43/5 مجموع تقييمات 206
المطور http://getforecastfox.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forecastfox Lite",
    "version": "22",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "forecastfox.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "http:\/\/*.accuweather.com\/"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "scripts": [
            "js\/extern.js",
            "js\/eventPage.js"
        ],
        "persistent": false
    }
}