Ponddy Digest – Weekly Chinese Articles
Learn Chinese with interesting, trending topics!
Ponddy Digest – Weekly Chinese Articles là gì?
Ponddy Digest – Weekly Chinese Articles là một tiện ích mở rộng Chrome được phát triển bởi Ponddy Education Inc., và tính năng chính của nó là "Learn Chinese with interesting, trending topics!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ponddy Digest – Weekly Chinese Articles
Tải xuống các tệp mở rộng Ponddy Digest – Weekly Chinese Articles 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
It's interactive! It's customizable! It's shareable! It's FREE! Introduction video: https://www.youtube.com/watch?v=guPDYUmn8DY
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ponddy Digest – Weekly Chinese Articles |
ID | padhecljpmdefpkhpphkjdanjbmkhgoc |
URL Chính Thức | https://chromewebstore.google.com/detail/ponddy-digest-%E2%80%93-weekly-ch/padhecljpmdefpkhpphkjdanjbmkhgoc |
Mô tả | Learn Chinese with interesting, trending topics! |
Kích Thước Tệp | 1.21 MB |
Số Lần Cài Đặt | 361 |
Phiên Bản Hiện Tại | 1.10.28 |
Cập Nhật Lần Cuối | 2020-12-16 |
Ngày Phát Hành | 2020-05-07 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Ponddy Education Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chinese.ponddy.com/ |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/1rHVOQbj-WannGhuI2j3uEzXvgrtf9rh03fdB4MxJGC8/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.10.28", "name": "Ponddy Digest \u2013 Weekly Chinese Articles", "description": "Learn Chinese with interesting, trending topics!", "permissions": [ "activeTab", "storage", "tabs", "identity", "webRequest", "webRequestBlocking", "https:\/\/ponddyreader-master.s3.amazonaws.com\/**\/*" ], "browser_action": { "default_title": "Ponddy Digest \u2013 Weekly Chinese Articles", "default_popup": "popup.html", "default_icon": { "16": "images\/Digest_icon_16x16.png", "32": "images\/Digest_icon_32x32.png", "48": "images\/Digest_icon_48x48.png", "128": "images\/Digest_icon_128x128.png" } }, "icons": { "16": "images\/Digest_icon_16x16.png", "32": "images\/Digest_icon_32x32.png", "48": "images\/Digest_icon_48x48.png", "128": "images\/Digest_icon_128x128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "custom\/template\/digest.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "web_accessible_resources": [ "custom\/*\/*.*" ], "options_page": "options.html", "offline_enabled": false, "manifest_version": 2 } |