Clark College Web Development
Useful links and resources for Clark College Web Development Students
What is Clark College Web Development?
Clark College Web Development is a Chrome extension developed by https://bruceelgort.com, and its main feature is "Useful links and resources for Clark College Web Development Students".
Extension Screenshots
Download Clark College Web Development Extension CRX File
Download Clark College Web Development extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension provides Clark College Web Development students with valuable links to assist them with their coursework.
Extension Basic Information
Name | Clark College Web Development |
ID | hfjgpnjlngigaldmbhconnjmpjeaohlj |
Official URL | https://chromewebstore.google.com/detail/clark-college-web-develop/hfjgpnjlngigaldmbhconnjmpjeaohlj |
Description | Useful links and resources for Clark College Web Development Students |
File Size | 231 KB |
Installation Count | 233 |
Current Version | 1.3.2 |
Last Updated | 2024-01-26 |
Publish Date | 2022-03-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://bruceelgort.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bruceelgort.com |
Help Page URL | https://bruceelgort.com |
Supported Languages | 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" ] } |