Glyf

A new tab with news

什么是Glyf?

Glyf是由davidpaulsson开发的Chrome扩展程序,该扩展的主要功能是“A new tab with news”。

扩展截图

screenshot
screenshot

下载Glyf扩展crx文件

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

扩展使用说明

                        Latest news each time you open a new tab in Google Chrome. This extension load articles from different news sites.                    

扩展基本信息

名称 Glyf Glyf
ID kklidjoiedcocpkddfnknenpkpcdalnp
官方URL https://chrome.google.com/webstore/detail/glyf/kklidjoiedcocpkddfnknenpkpcdalnp
简介 A new tab with news
文件大小 182 KB
安装次数 48
当前版本 1.0.7
更新时间 2022-05-12
上架时间 2020-05-20
评分 5.00/5 共1次评分
开发者 davidpaulsson
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/davidpaulsson/glyf
支持的语言 sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "David Paulsson ",
    "name": "Glyf",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "A new tab with news",
    "permissions": [
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}