World News

News from Around The World

什么是World News?

World News是由http://momentaryreview.com开发的Chrome扩展程序,该扩展的主要功能是“News from Around The World”。

扩展截图

screenshot

下载World News扩展crx文件

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

扩展使用说明

                        World News Now, Momentary Review, Latest News from Around the World, Breaking News Today, RSS Feed 24 - America, Europe, Asia, Africa, Latin America, Australia                    

扩展基本信息

名称 World News World News
ID ecglbejkljjdoconbcfhfilimcmiophl
官方URL https://chrome.google.com/webstore/detail/world-news/ecglbejkljjdoconbcfhfilimcmiophl
简介 News from Around The World
文件大小 161 KB
安装次数 305
当前版本 1.1
更新时间 2018-01-12
上架时间 2018-01-12
评分 5.00/5 共2次评分
开发者 http://momentaryreview.com
付费类型 free
扩展官网 http://momentaryreview.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World News",
    "label": "World News",
    "description": "News from Around The World",
    "version": "1.1",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "News Now",
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        "128.png"
    ]
}