Cards

New tab page styled like Google Now

Cards क्या है?

Cards madd512 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "New tab page styled like Google Now"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}