Bernews Headlines For Google Chrome

The latest headlines from Bernews, directly within Google Chrome!

什么是Bernews Headlines For Google Chrome?

Bernews Headlines For Google Chrome是由Bernews Ltd开发的Chrome扩展程序,该扩展的主要功能是“The latest headlines from Bernews, directly within Google Chrome!”。

扩展截图

screenshot

下载Bernews Headlines For Google Chrome扩展crx文件

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

扩展使用说明

                        The latest headlines from Bermuda, including Bermuda news, Bermuda sports, Bermuda entertainment, Bermuda business, Bermuda technology, Bermuda events, and more.                    

扩展基本信息

名称 Bernews Headlines For Google Chrome Bernews Headlines For Google Chrome
ID kljameafmobplomgekhgjlfpkgkpbcic
官方URL https://chromewebstore.google.com/detail/bernews-headlines-for-goo/kljameafmobplomgekhgjlfpkgkpbcic
简介 The latest headlines from Bernews, directly within Google Chrome!
文件大小 152 KB
安装次数 43
当前版本 1.0.4
更新时间 2015-06-26
上架时间 2015-06-26
评分 5.00/5 共4次评分
开发者 Bernews Ltd
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bernews Headlines For Google Chrome",
    "short_name": "Bernews.com",
    "description": "The latest headlines from Bernews, directly within Google Chrome!",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "http:\/\/bernews.com\/rss\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}