Yet Another New Tab Page
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
什么是Yet Another New Tab Page?
Yet Another New Tab Page是由Brian Mock开发的Chrome扩展程序,该扩展的主要功能是“It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…”。
扩展截图
下载Yet Another New Tab Page扩展crx文件
下载Yet Another New Tab Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved performance. Check out the source code on GitHub! https://github.com/wavebeem/yantp
扩展基本信息
名称 | |
ID | imfkhhcponjpjhfpaccepedaabjclbjj |
官方URL | https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj |
简介 | It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved… |
文件大小 | 9.39 KB |
安装次数 | 194 |
当前版本 | 21.0 |
更新时间 | 2017-11-19 |
上架时间 | 2017-11-19 |
评分 | 4.43/5 共14次评分 |
开发者 | Brian Mock |
付费类型 | free |
扩展官网 | https://github.com/wavebeem/yantp |
帮助页面URL | https://github.com/wavebeem/yantp |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "21.0", "name": "Yet Another New Tab Page", "short_name": "yantp", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "topSites", "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "ntp.html" } } |