CNN Chrome Extension
Read CNN news in Chrome Extension
CNN Chrome Extensionคืออะไร?
CNN Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dvliman และคุณลักษณะหลักของมันคือ "Read CNN news in Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CNN Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย CNN Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple chrome extension to read CNN News (lite.cnn.com) in a single click. Code is open source, written in Clojurescript, compiled with shadow-cljs. LINKS: https://dvliman.com/ https://postwalk.org/ https://www.buymeacoffee.com/dvliman SOURCE CODE: https://github.com/dvliman/cnn-chrome-extension CHROME EXTENSION: https://chrome.google.com/webstore/detail/lbfjecjnndgobkgagllainiphdbhhalg?authuser=0&hl=en
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CNN Chrome Extension |
ID | lbfjecjnndgobkgagllainiphdbhhalg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cnn-chrome-extension/lbfjecjnndgobkgagllainiphdbhhalg |
คำอธิบาย | Read CNN news in Chrome Extension |
ขนาดไฟล์ | 317 KB |
จำนวนการติดตั้ง | 187 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-02-02 |
วันที่เผยแพร่ | 2023-02-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | dvliman |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://postwalk.org |
URL หน้าช่วยเหลือ | https://postwalk.org/support |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CNN Chrome Extension", "version": "1.1", "description": "Read CNN news in Chrome Extension", "manifest_version": 3, "permissions": [], "action": { "default_title": "CNN Chrome Extension", "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/lite.cnn.com\/*" ], "icons": { "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |