Clark College Web Development
Useful links and resources for Clark College Web Development Students
什麼是Clark College Web Development?
Clark College Web Development是由https://bruceelgort.com開發的Chrome擴展程式,該擴展的主要功能是“Useful links and resources for Clark College Web Development Students”。
擴展截圖
下載Clark College Web Development擴展crx文件
下載Clark College Web Development擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides Clark College Web Development students with valuable links to assist them with their coursework.
擴展基本資訊
名稱 | Clark College Web Development |
ID | hfjgpnjlngigaldmbhconnjmpjeaohlj |
官方網址 | https://chromewebstore.google.com/detail/clark-college-web-develop/hfjgpnjlngigaldmbhconnjmpjeaohlj |
簡介 | Useful links and resources for Clark College Web Development Students |
檔案大小 | 231 KB |
安裝次數 | 233 |
目前版本 | 1.3.2 |
更新時間 | 2024-01-26 |
上架時間 | 2022-03-24 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://bruceelgort.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://bruceelgort.com |
說明頁面URL | https://bruceelgort.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Clark College Web Development", "description": "Useful links and resources for Clark College Web Development Students", "version": "1.3.2", "icons": { "32": "icon_32.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png" }, "action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |