Peek Technology News

Keep up with technology news on your new tab page.

什么是Peek Technology News?

Peek Technology News是由http://peek.news开发的Chrome扩展程序,该扩展的主要功能是“Keep up with technology news on your new tab page.”。

扩展截图

screenshot

下载Peek Technology News扩展crx文件

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

扩展使用说明

                        Peek surfaces technology news from a variety of sources including TechCrunch, The Verge, Engadget, The Guardian, Ars Technica, and more.                    

扩展基本信息

名称 Peek Technology News Peek Technology News
ID dhhhilahcdpmdildnfomideijdmjaiip
官方URL https://chrome.google.com/webstore/detail/peek-technology-news/dhhhilahcdpmdildnfomideijdmjaiip
简介 Keep up with technology news on your new tab page.
文件大小 8.42 KB
安装次数 166
当前版本 3.2
更新时间 2021-12-06
上架时间 2020-04-07
评分 5.00/5 共4次评分
开发者 http://peek.news
电子邮箱 [email protected]
扩展官网 https://peek.news
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peek Technology News",
    "description": "Keep up with technology news on your new tab page.",
    "version": "3.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/peek.news\/",
        "https:\/\/*.peek.news\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}