Custom New Tab
A clean custom new tab page designed for minimum distraction.
什么是Custom New Tab?
Custom New Tab是由Josephus Paye II开发的Chrome扩展程序,该扩展的主要功能是“A clean custom new tab page designed for minimum distraction.”。
扩展截图
下载Custom New Tab扩展crx文件
下载Custom New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.
扩展基本信息
名称 | Custom New Tab |
ID | aiakclopdahdkjkfmbklnocpheohodnn |
官方URL | https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn |
简介 | A clean custom new tab page designed for minimum distraction. |
文件大小 | 121 KB |
安装次数 | 360 |
当前版本 | 1.0 |
更新时间 | 2014-08-02 |
上架时间 | 2014-08-02 |
评分 | 3.25/5 共4次评分 |
开发者 | Josephus Paye II |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom New Tab", "description": "A clean custom new tab page designed for minimum distraction.", "author": "Josephus Paye II", "version": "1.0", "icons": { "128": "assets\/images\/icon_128.png" }, "options_page": "options.html", "permissions": [ "management", "bookmarks", "storage", "unlimitedStorage", "http:\/\/*\/", "https:\/\/*\/" ], "chrome_url_overrides": { "newtab": "page.html" } } |