Weatherly

Weather extension to stay up to date.

ما هو Weatherly؟

Weatherly هو إضافة Chrome تم تطويرها بواسطة https://erlend.ee، والميزة الرئيسية لها هي "Weather extension to stay up to date.".

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

screenshot

تحميل ملف CRX للإضافة Weatherly

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

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

                        Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.                    

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

الاسم Weatherly Weatherly
ID inogoogkkgnejkjmdhkepafkmblgoapl
عنوان URL الرسمي https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl
الوصف Weather extension to stay up to date.
حجم الملف 1.09 MB
عدد التثبيتات 11
النسخة الحالية 0.1.0
آخر تحديث 2020-10-25
تاريخ النشر 2020-10-21
تقييم 1.00/5 مجموع تقييمات 1
المطور https://erlend.ee
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.erlend.ee
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weatherly",
    "homepage_url": "http:\/\/www.erlend.ee",
    "description": "Weather extension to stay up to date.",
    "default_locale": "en",
    "permissions": [
        "geolocation"
    ],
    "icons": {
        "15": "icons\/logo1.png",
        "30": "icons\/logo2.png",
        "60": "icons\/logo3.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Weatherly",
        "default_icon": {
            "15": "icons\/logo1.png",
            "30": "icons\/logo2.png"
        }
    },
    "version": "0.1.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}