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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |