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”。

扩展截图

screenshot

下载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 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\/*"
        ]
    }
}