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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}