Simplicity
Replace new tab page with a simplistic, super, and personal new tab page.
什么是Simplicity?
Simplicity是由https://theklimts.com开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with a simplistic, super, and personal new tab page.”。
扩展截图
下载Simplicity扩展crx文件
下载Simplicity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clean, simple, and beautiful. Dynamic loads pictures via reddit for a fresh, new look every day! 扩展基本信息
| 名称 | |
| ID | mpmdaplfkgkaflcechbklbledmjdedli |
| 官方URL | https://chromewebstore.google.com/detail/simplicity/mpmdaplfkgkaflcechbklbledmjdedli |
| 简介 | Replace new tab page with a simplistic, super, and personal new tab page. |
| 文件大小 | 2.29 MB |
| 安装次数 | 40 |
| 当前版本 | 0.400 |
| 更新时间 | 2016-01-20 |
| 上架时间 | 2016-01-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://theklimts.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://theklimts.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simplicity",
"short_name": "Simplicity replaces new tab page",
"description": "Replace new tab page with a simplistic, super, and personal new tab page.",
"version": "0.400",
"incognito": "split",
"offline_enabled": true,
"icons": {
"16": "16_icon.png",
"48": "48_icon.png",
"128": "128_icon.png"
},
"permissions": [
"topSites",
"chrome:\/\/favicon\/",
"management",
"tabs"
],
"chrome_url_overrides": {
"newtab": "simplicity.html"
},
"manifest_version": 2
} | |