newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
什么是newton?
newton是由kingscott开发的Chrome扩展程序,该扩展的主要功能是“Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!”。
扩展截图
下载newton扩展crx文件
下载newton扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen.
The extension is small and lightweight fulfilling all your needs in a new tab.
For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more...
http://github.com/kingscott/newton 扩展基本信息
| 名称 | |
| ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
| 官方URL | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
| 简介 | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
| 文件大小 | 79.43 KB |
| 安装次数 | 150 |
| 当前版本 | 0.5.8 |
| 更新时间 | 2015-09-25 |
| 上架时间 | 2015-09-24 |
| 评分 | 4.44/5 共16次评分 |
| 开发者 | kingscott |
| 付费类型 | free |
| 扩展官网 | http://github.com/kingscott/newton |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "project\/index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2,
"name": "newton",
"version": "0.5.8"
} | |