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 🧐 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
} | |