Economist Radio

Listen to the latest audio content from The Economist.

Economist Radioคืออะไร?

Economist Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Economist Newspaper Ltd และคุณลักษณะหลักของมันคือ "Listen to the latest audio content from The Economist."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Economist Radio

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}