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"
    ]
}