TechNews

TechNews brings you the latest and greatest tech news of the day.

什么是TechNews?

TechNews是由TechTap开发的Chrome扩展程序,该扩展的主要功能是“TechNews brings you the latest and greatest tech news of the day.”。

扩展截图

screenshot
screenshot

下载TechNews扩展crx文件

下载TechNews扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TechNews is a new tab chrome extension that summarizes the latest and greatest tech news of the day straight onto your web browser. Every time you open a tab, the latest news will immediately appear. 

TechNews also lets you to manage a reading list and save articles that can be read later.

The TechNews Chrome extension is and will always be free.                    

扩展基本信息

名称 TechNews TechNews
ID babfhcgjchdmjknpmbdpcfggaonhimlj
官方URL https://chromewebstore.google.com/detail/technews/babfhcgjchdmjknpmbdpcfggaonhimlj
简介 TechNews brings you the latest and greatest tech news of the day.
文件大小 288 KB
安装次数 96
当前版本 1.0.6
更新时间 2021-01-07
上架时间 2020-12-28
评分 2.00/5 共1次评分
开发者 TechTap
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TechNews",
    "version": "1.0.6",
    "description": "TechNews brings you the latest and greatest tech news of the day.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/us-central1-linkedbbapp.cloudfunctions.net https:\/\/www.google-analytics.com https:\/\/cdn.carbonads.com https:\/\/srv.carbonads.net 'unsafe-eval'; object-src 'self'"
}