Currents

Replace new tab screen with current time and weather.

ما هو Currents؟

Currents هو إضافة Chrome تم تطويرها بواسطة https://deadnight7.github.io، والميزة الرئيسية لها هي "Replace new tab screen with current time and weather.".

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

screenshot
screenshot

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

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

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

                        Replace new tab screen with current time and weather.                    

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

الاسم Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
عنوان URL الرسمي https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
الوصف Replace new tab screen with current time and weather.
حجم الملف 2.38 MB
عدد التثبيتات 52
النسخة الحالية 3.4.0
آخر تحديث 2020-08-18
تاريخ النشر 2020-08-18
المطور https://deadnight7.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'",
    "default_locale": "en",
    "description": "Replace new tab screen with current time and weather.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "96": "images\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Currents",
    "options_page": "app\/index.html#\/drawer\/settings",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.0"
}