Udemy Creation Date

Simple web extension to get the creation date of a course

Udemy Creation Date là gì?

Udemy Creation Date là một tiện ích mở rộng Chrome được phát triển bởi H3lltronik, và tính năng chính của nó là "Simple web extension to get the creation date of a course".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Udemy Creation Date

Tải xuống các tệp mở rộng Udemy Creation Date dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 🧐                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Udemy Creation Date Udemy Creation Date
ID geefpmbdhidciekkfocjinkbefjegmkn
URL Chính Thức https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn
Mô tả Simple web extension to get the creation date of a course
Kích Thước Tệp 41.42 KB
Số Lần Cài Đặt 666
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-10-09
Ngày Phát Hành 2021-10-09
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển H3lltronik
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}