New Tab Metro
A Metro styled new tab page
什么是New Tab Metro?
New Tab Metro是由Daniel Grimm开发的Chrome扩展程序,该扩展的主要功能是“A Metro styled new tab page”。
扩展截图
下载New Tab Metro扩展crx文件
下载New Tab Metro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
• displays your bookmark bar on a metro styled new tab page.
• easy adding of new tiles, by just creating a new bookmark with chromes bookmark button.
• open up the sidebar with a right click
• open recent closed tabs
• personalize your new tab page
• edit your bookmarks and folders with a right click 扩展基本信息
| 名称 | |
| ID | jffahhmaajjplmpgfpeihhifecgcocmk |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-metro/jffahhmaajjplmpgfpeihhifecgcocmk |
| 简介 | A Metro styled new tab page |
| 文件大小 | 663 KB |
| 安装次数 | 1,252 |
| 当前版本 | 0.271 |
| 更新时间 | 2012-09-10 |
| 上架时间 | 2012-09-10 |
| 评分 | 3.25/5 共56次评分 |
| 开发者 | Daniel Grimm |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab Metro",
"version": "0.271",
"description": "A Metro styled new tab page",
"icons": {
"48": "logo_48.png"
},
"permissions": [
"bookmarks",
"tabs",
"management",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |