Smart New Tab Page 2

Creats app icons for your most visited sites

Smart New Tab Page 2คืออะไร?

Smart New Tab Page 2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mohamed Ahmed และคุณลักษณะหลักของมันคือ "Creats app icons for your most visited sites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart New Tab Page 2

ดาวน์โหลดไฟล์ส่วนขยาย Smart New Tab Page 2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A new tab page which automatically shows you your most visited sites displayed as beautiful app icons.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart New Tab Page 2 Smart New Tab Page 2
ID mpdpfhkopknlmfkohjglcbdhimponkco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smart-new-tab-page-2/mpdpfhkopknlmfkohjglcbdhimponkco
คำอธิบาย Creats app icons for your most visited sites
ขนาดไฟล์ 496 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2015-01-14
วันที่เผยแพร่ 2015-01-13
ผู้พัฒนา Mohamed Ahmed
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart New Tab Page 2",
    "description": "Creats app icons for your most visited sites",
    "permissions": [
        "topSites",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/Utils.js"
            ]
        }
    ],
    "version": "0.1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'  https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}