Chromal New Tab

Beautiful New Tab page with a world clock widget

ما هو Chromal New Tab؟

Chromal New Tab هو إضافة Chrome تم تطويرها بواسطة amalts، والميزة الرئيسية لها هي "Beautiful New Tab page with a world clock widget".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Chromal New Tab

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

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

                        A light weight beautilful new tab extension for Google Chrome. Feature a world clock, calendar and beautiful background images. Integrate with your Flickr account and display your favorite photos as chrome background.

Open Source : github.com/amalts/Chromal-New-Tab                    

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

الاسم Chromal New Tab Chromal New Tab
ID baoflgfnbageibinfblljpckkgdoaknl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/chromal-new-tab/baoflgfnbageibinfblljpckkgdoaknl
الوصف Beautiful New Tab page with a world clock widget
حجم الملف 203 KB
عدد التثبيتات 175
النسخة الحالية 0.0.0.15
آخر تحديث 2015-08-18
تاريخ النشر 2015-08-18
تقييم 5.00/5 مجموع تقييمات 13
المطور amalts
نوع الدفع free
موقع الإضافة https://www.facebook.com/amalts
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromal New Tab",
    "short_name": "Chromal",
    "description": "Beautiful New Tab page with a world clock widget",
    "version": "0.0.0.15",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "web_accessible_resources": [
        "images\/*",
        "css\/*",
        "js\/*"
    ],
    "permissions": [
        "*:\/\/*.staticflickr.com\/*",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.flickr.com\/; object-src 'self'"
}