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
官方網址 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
電子郵箱 [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\/*"
    ]
}