Udemy Creation Date
Simple web extension to get the creation date of a course
Udemy Creation Dateคืออะไร?
Udemy Creation Date เป็นส่วนขยายของ Chrome ที่พัฒนาโดย H3lltronik และคุณลักษณะหลักของมันคือ "Simple web extension to get the creation date of a course"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Udemy Creation Date
ดาวน์โหลดไฟล์ส่วนขยาย Udemy Creation Date ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple web extension allow you to visualize the creation date of an Udemy course so you could make a better desicion in whether you buy it or not. Just click on the extension icon and you are good to go 🧐
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Udemy Creation Date |
ID | geefpmbdhidciekkfocjinkbefjegmkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn |
คำอธิบาย | Simple web extension to get the creation date of a course |
ขนาดไฟล์ | 41.42 KB |
จำนวนการติดตั้ง | 666 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-10-09 |
วันที่เผยแพร่ | 2021-10-09 |
คะแนน | 4.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | H3lltronik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Udemy Creation Date", "description": "Simple web extension to get the creation date of a course", "version": "1.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "browser_action": { "default_popup": "popup.html", "default_icon": "\/images\/favicon-32x32.png", "default_title": "Udemy Wea!" }, "permissions": [ "activeTab" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.udemy.com\/*" ] } } |