Webb Telescope - New Tab
Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.
什么是Webb Telescope - New Tab?
Webb Telescope - New Tab是由Searchbloc LLC开发的Chrome扩展程序,该扩展的主要功能是“Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.”。
扩展截图
下载Webb Telescope - New Tab扩展crx文件
下载Webb Telescope - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fills your new tabs with amazing images from the Webb Telescope in your new tab background, you can select from a wide range of backgrounds for you to enjoy every time you open a new tab. To change the background image click the Change Background Icon in the top right on new tab. By Clicking "add to Chrome", I accept and agree to installing Webb Telescope - New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use and privacy policy https://webbtelescopenewtab.com/privacy.html https://webbtelescopenewtab.com/terms.html
扩展基本信息
名称 | |
ID | lbhjhoplmadmeahiggmldibohffdccig |
官方URL | https://chrome.google.com/webstore/detail/webb-telescope-new-tab/lbhjhoplmadmeahiggmldibohffdccig |
简介 | Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab. |
文件大小 | 261 KB |
安装次数 | 575 |
当前版本 | 0.0.41 |
更新时间 | 2023-09-04 |
上架时间 | 2023-04-03 |
开发者 | Searchbloc LLC |
电子邮箱 | [email protected] |
隐私政策页面URL | https://webbtelescopenewtab.com/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webb Telescope - New Tab", "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "alarms" ], "background": { "service_worker": "background.bundle.js" }, "icons": { "48": "icon-128.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "*:\/\/webbtelescopenewtab.com\/*" ], "manifest_version": 3, "description": "Webb Telescope New Tab Extension Will Display Amazing Images Of the Webb Telescope In Your New Tab.", "version": "0.0.41" } |