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
官方網址 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"
    }
}