Economist Radio

Listen to the latest audio content from The Economist.

Economist Radioとは何ですか?

Economist RadioはThe Economist Newspaper Ltdによって開発されたChromeの拡張機能で、その主な機能は「Listen to the latest audio content from The Economist.」です。

拡張機能のスクリーンショット

screenshot

Economist Radio拡張機能のCRXファイルをダウンロード

Economist Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Install this extension to listen to Economist Radio in your browser. The Economist was founded in 1843 "to throw white light on the subjects within its range".                    

拡張機能の基本情報

名前 Economist Radio Economist Radio
ID jbooignbehgkkjfeiojiijijdpjoinco
公式URL https://chromewebstore.google.com/detail/economist-radio/jbooignbehgkkjfeiojiijijdpjoinco
説明 Listen to the latest audio content from The Economist.
ファイルサイズ 106 KB
インストール数 2,367
現在のバージョン 4.6
最終更新日 2018-04-05
公開日 2018-04-05
評価 4.22/5 合計 9 レビュー
開発者 The Economist Newspaper Ltd
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://www.economist.com/help/home
プライバシーポリシーページのURL http://www.economistgroup.com/results_and_governance/governance/privacy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Economist Radio",
    "description": "Listen to the latest audio content from The Economist.",
    "version": "4.6",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.acast.com\/*"
    ]
}