Football News Reader

A simple extension for reading latest Football news quicker, easier

什么是Football News Reader?

Football News Reader是由https://devnhanguoita.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension for reading latest Football news quicker, easier”。

扩展截图

screenshot
screenshot
screenshot

下载Football News Reader扩展crx文件

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

扩展使用说明

                        Read new football news quickly with this simple extension.
Currently there are latest news from Four Four Two, The Sport Bible, Fox Sports and ESPN.
News powered by NewsAPI.                    

扩展基本信息

名称 Football News Reader Football News Reader
ID dojfchbejdepapgopodpalakingoallm
官方URL https://chromewebstore.google.com/detail/football-news-reader/dojfchbejdepapgopodpalakingoallm
简介 A simple extension for reading latest Football news quicker, easier
文件大小 7.44 KB
安装次数 78
当前版本 1.1.4
更新时间 2017-11-25
上架时间 2017-11-24
评分 5.00/5 共1次评分
开发者 https://devnhanguoita.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Football News Reader",
    "description": "A simple extension for reading latest Football news quicker, easier",
    "version": "1.1.4",
    "icons": {
        "16": "ball.png",
        "48": "ball.png",
        "128": "ball.png"
    },
    "browser_action": {
        "default_icon": "ball.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/newsapi.org\/"
    ]
}