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 |
Eメール | [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 } |