Better New Tab Pro
Better new tab improves the quality of your new tab with amazing wallpapers & videos
什么是Better New Tab Pro?
Better New Tab Pro是由MrProductivity开发的Chrome扩展程序,该扩展的主要功能是“Better new tab improves the quality of your new tab with amazing wallpapers & videos”。
扩展截图
下载Better New Tab Pro扩展crx文件
下载Better New Tab Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page. If you want more videos or images, please let us know and we will add more! Suggestions are welcome! You can contact us @ [email protected]
扩展基本信息
名称 | |
ID | nojnjadiacnfbmeaedaloeilohcjmfdg |
官方URL | https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg |
简介 | Better new tab improves the quality of your new tab with amazing wallpapers & videos |
文件大小 | 17.23 MB |
安装次数 | 54 |
当前版本 | 1.0.1 |
更新时间 | 2020-06-17 |
上架时间 | 2020-06-17 |
评分 | 3.00/5 共1次评分 |
开发者 | MrProductivity |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "MrProductivity", "version": "1.0.1", "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "pages\/app.html" }, "background": { "persistent": true, "page": "pages\/background.html" }, "permissions": [ "tabs", "topSites", "storage" ], "default_locale": "en", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/content.js" ] } |