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