Cards

New tab page styled like Google Now

Cardsคืออะไร?

Cards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย madd512 และคุณลักษณะหลักของมันคือ "New tab page styled like Google Now"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cards

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

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

                        Make your new tab page look like Google Now with cards for weather, apps, most visited pages, recently closed tabs, etc.                    

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

ชื่อ Cards Cards
ID kaaoklkabjagllelfbideekhpjifbkel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cards/kaaoklkabjagllelfbideekhpjifbkel
คำอธิบาย New tab page styled like Google Now
ขนาดไฟล์ 1.95 MB
จำนวนการติดตั้ง 906
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2013-08-14
วันที่เผยแพร่ 2013-08-13
คะแนน 4.06/5 รวมทั้งหมด 64 คะแนน
ผู้พัฒนา madd512
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cards",
    "version": "1.3.2",
    "description": "New tab page styled like Google Now",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "geolocation",
        "management",
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "http:\/\/api.openweathermap.org\/"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icons\/weather-16.png",
        "64": "icons\/weather-64.png",
        "128": "icons\/weather-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/encrypted.google.com; object-src 'self'",
    "manifest_version": 2
}