Ponddy Digest – Weekly Chinese Articles
Learn Chinese with interesting, trending topics!
Ponddy Digest – Weekly Chinese Articlesคืออะไร?
Ponddy Digest – Weekly Chinese Articles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ponddy Education Inc. และคุณลักษณะหลักของมันคือ "Learn Chinese with interesting, trending topics!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ponddy Digest – Weekly Chinese Articles
ดาวน์โหลดไฟล์ส่วนขยาย Ponddy Digest – Weekly Chinese Articles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It's interactive!
It's customizable!
It's shareable!
It's FREE!
Introduction video:
https://www.youtube.com/watch?v=guPDYUmn8DY ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | padhecljpmdefpkhpphkjdanjbmkhgoc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ponddy-digest-%E2%80%93-weekly-ch/padhecljpmdefpkhpphkjdanjbmkhgoc |
| คำอธิบาย | Learn Chinese with interesting, trending topics! |
| ขนาดไฟล์ | 1.21 MB |
| จำนวนการติดตั้ง | 361 |
| เวอร์ชันปัจจุบัน | 1.10.28 |
| อัปเดตครั้งล่าสุด | 2020-12-16 |
| วันที่เผยแพร่ | 2020-05-07 |
| คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | Ponddy Education Inc. |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://chinese.ponddy.com/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1rHVOQbj-WannGhuI2j3uEzXvgrtf9rh03fdB4MxJGC8/edit?usp=sharing |
| ภาษาที่รองรับ | 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
} | |