Economist Radio

Listen to the latest audio content from The Economist.

Economist Radio là gì?

Economist Radio là một tiện ích mở rộng Chrome được phát triển bởi The Economist Newspaper Ltd, và tính năng chính của nó là "Listen to the latest audio content from The Economist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Economist Radio

Tải xuống các tệp mở rộng Economist Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Economist Radio Economist Radio
ID jbooignbehgkkjfeiojiijijdpjoinco
URL Chính Thức https://chromewebstore.google.com/detail/economist-radio/jbooignbehgkkjfeiojiijijdpjoinco
Mô tả Listen to the latest audio content from The Economist.
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 2,367
Phiên Bản Hiện Tại 4.6
Cập Nhật Lần Cuối 2018-04-05
Ngày Phát Hành 2018-04-05
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển The Economist Newspaper Ltd
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.economist.com/help/home
URL Trang Chính Sách Bảo Mật http://www.economistgroup.com/results_and_governance/governance/privacy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}