Cards
New tab page styled like Google Now
什么是Cards?
Cards是由madd512开发的Chrome扩展程序,该扩展的主要功能是“New tab page styled like Google Now”。
扩展截图
下载Cards扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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
} | |