Cards

New tab page styled like Google Now

What is Cards?

Cards is a Chrome extension developed by madd512, and its main feature is "New tab page styled like Google Now".

Extension Screenshots

screenshot

Download Cards Extension CRX File

Download Cards extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cards Cards
ID kaaoklkabjagllelfbideekhpjifbkel
Official URL https://chromewebstore.google.com/detail/cards/kaaoklkabjagllelfbideekhpjifbkel
Description New tab page styled like Google Now
File Size 1.95 MB
Installation Count 906
Current Version 1.3.2
Last Updated 2013-08-14
Publish Date 2013-08-13
Rating 4.06/5 Total 64 Ratings
Developer madd512
Email [email protected]
Payment Type free
Supported Languages 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
}