Glyf

A new tab with news

What is Glyf?

Glyf is a Chrome extension developed by davidpaulsson, and its main feature is "A new tab with news".

Extension Screenshots

screenshot
screenshot

Download Glyf Extension CRX File

Download Glyf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Glyf Glyf
ID kklidjoiedcocpkddfnknenpkpcdalnp
Official URL https://chrome.google.com/webstore/detail/glyf/kklidjoiedcocpkddfnknenpkpcdalnp
Description A new tab with news
File Size 182 KB
Installation Count 48
Current Version 1.0.7
Last Updated 2022-05-12
Publish Date 2020-05-20
Rating 5.00/5 Total 1 Ratings
Developer davidpaulsson
Email [email protected]
Payment Type free
Help Page URL https://github.com/davidpaulsson/glyf
Supported Languages 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"
    }
}