Moment

Minimalist time and weather on the new tab page.

ما هو Moment؟

Moment هو إضافة Chrome تم تطويرها بواسطة Alfred Xing، والميزة الرئيسية لها هي "Minimalist time and weather on the new tab page.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Keep up with time.

A minimalist clock on the new tab page showing the current time, date, and weather.

6 setting points are customizable: background colour, text colour, temperature units, clock format (24 or 12 hour), date format and time format.

Weather is queried based on HTML5 Geolocation API, or set your own location on the options page.

Click anywhere above the weather to go to the default new tab page with all of your apps, bookmarks, and most visited pages.

All settings are synced with Google Chrome, so you'll have the same format on all your computers.

Inspired in part by Rainfall's Currently.                    

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

الاسم Moment Moment
ID nlabgnkjjckboiimmhkeplocmhpcfkkn
عنوان URL الرسمي https://chromewebstore.google.com/detail/moment/nlabgnkjjckboiimmhkeplocmhpcfkkn
الوصف Minimalist time and weather on the new tab page.
حجم الملف 105 KB
عدد التثبيتات 1,112
النسخة الحالية 1.5.0
آخر تحديث 2013-05-19
تاريخ النشر 2013-05-19
تقييم 3.36/5 مجموع تقييمات 14
المطور Alfred Xing
نوع الدفع free
موقع الإضافة http://alfredxing.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Moment",
    "version": "1.5.0",
    "manifest_version": 2,
    "description": "Minimalist time and weather on the new tab page.",
    "icons": {
        "16": "icon.16.png",
        "48": "icon.48.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/api.wunderground.com\/",
        "geolocation"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.aerisapi.com\/ https:\/\/api.wunderground.com\/api\/; object-src 'self'",
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}

الامتدادات ذات الصلة