Pure Newtab
A newtab with a pure customizable background.
什么是Pure Newtab?
Pure Newtab是由钢盅郭子开发的Chrome扩展程序,该扩展的主要功能是“A newtab with a pure customizable background.”。
扩展截图
下载Pure Newtab扩展crx文件
下载Pure Newtab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
纯新标签页,只有一个可自定义背景的新标签页。
Update 1.1
==========
Reconstruction
Internationalization: EN, zh-CN, zh-TW
Fork me on Github!
https://github.com/WhaleWatching/pure-newtab
License under GPLv2
By Edward Cheng 扩展基本信息
| 名称 | |
| ID | nedmebappfidkelfchchmppemdhbblph |
| 官方URL | https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph |
| 简介 | A newtab with a pure customizable background. |
| 文件大小 | 48.84 KB |
| 安装次数 | 226 |
| 当前版本 | 1.1 |
| 更新时间 | 2014-03-18 |
| 上架时间 | 2014-03-17 |
| 评分 | 4.92/5 共12次评分 |
| 开发者 | 钢盅郭子 |
| 付费类型 | free |
| 扩展官网 | https://github.com/WhaleWatching/pure-newtab |
| 帮助页面URL | https://github.com/WhaleWatching/pure-newtab |
| 支持的语言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pure Newtab",
"version": "1.1",
"manifest_version": 2,
"description": "A newtab with a pure customizable background.",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"default_locale": "en"
} | |