Edpuzzle Express
Providing the right resources for academic success.
Edpuzzle Expressとは何ですか?
Edpuzzle Expressはoneway9873456によって開発されたChromeの拡張機能で、その主な機能は「Providing the right resources for academic success.」です。
拡張機能のスクリーンショット
Edpuzzle Express拡張機能のCRXファイルをダウンロード
Edpuzzle Express拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension allows you to get your Edpuzzle token from the website for www.studyhallhelp.net
拡張機能の基本情報
名前 | Edpuzzle Express |
ID | fcclcbfkilfmhcgkmgfdijheoaejjgim |
公式URL | https://chromewebstore.google.com/detail/edpuzzle-express/fcclcbfkilfmhcgkmgfdijheoaejjgim |
説明 | Providing the right resources for academic success. |
ファイルサイズ | 167 KB |
インストール数 | 1,000 |
現在のバージョン | 0.21 |
最終更新日 | 2022-11-10 |
公開日 | 2022-01-20 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | oneway9873456 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://studyhallhelp.net/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edpuzzle Express", "description": "Providing the right resources for academic success.", "manifest_version": 3, "version": "0.21", "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "main.html" }, "content_scripts": [ { "matches": [ "https:\/\/edpuzzle.com\/*", "https:\/\/www.edpuzzle.com\/*" ], "all_frames": true, "js": [ "js\/main.js" ] } ], "permissions": [ "webRequest", "https:\/\/edpuzzle.com\/*", "https:\/\/www.edpuzzle.com\/*", "cookies" ], "host_permissions": [ "https:\/\/edpuzzle.com\/*", "https:\/\/www.edpuzzle.com\/*" ] } |