Tech News Go
Open a new tab with today's tech news and a custom search box
什么是Tech News Go?
Tech News Go是由Avinersoft开发的Chrome扩展程序,该扩展的主要功能是“Open a new tab with today's tech news and a custom search box”。
扩展截图
下载Tech News Go扩展crx文件
下载Tech News Go扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By clicking “Add to chrome”, I accept and agree to installing the Tech News Go Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms: https://avinersoft.com/app/tech/terms-and-conditions Privacy: https://avinersoft.com/app/tech/privacy-policy About: https://avinersoft.com/about-us Contact: https://avinersoft.com/contact
扩展基本信息
名称 | Tech News Go |
ID | lfpcbkbhffokplmdpnmfckbacenlldaf |
官方URL | https://chromewebstore.google.com/detail/tech-news-go/lfpcbkbhffokplmdpnmfckbacenlldaf |
简介 | Open a new tab with today's tech news and a custom search box |
文件大小 | 1.4 MB |
安装次数 | 48 |
当前版本 | 1.01 |
更新时间 | 2022-01-10 |
上架时间 | 2021-08-05 |
评分 | 4.50/5 共2次评分 |
开发者 | Avinersoft |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://avinersoft.com |
帮助页面URL | https://avinersoft.com/contact |
隐私政策页面URL | https://avinersoft.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tech News Go", "description": "Open a new tab with today's tech news and a custom search box", "version": "1.01", "chrome_url_overrides": { "newtab": "tab.html" }, "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/48.png" }, "content_security_policy": "script-src 'self' https:\/\/static.elfsight.com https:\/\/apps.elfsight.com; object-src 'self'" } |