Udemy Creation Date
Simple web extension to get the creation date of a course
什麼是Udemy Creation Date?
Udemy Creation Date是由H3lltronik開發的Chrome擴展程式,該擴展的主要功能是“Simple web extension to get the creation date of a course”。
擴展截圖
下載Udemy Creation Date擴展crx文件
下載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 |
官方網址 | 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\/*" ] } } |