Clark College Web Development
Useful links and resources for Clark College Web Development Students
Vad är Clark College Web Development?
Clark College Web Development är en Chrome-tillägg utvecklad av https://bruceelgort.com, och dess huvudfunktion är "Useful links and resources for Clark College Web Development Students".
Tilläggsskärmbilder
Ladda ner Clark College Web Development-förlängningens CRX-fil
Ladda ner Clark College Web Development-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension provides Clark College Web Development students with valuable links to assist them with their coursework. Grundläggande Information om Tillägg
| Namn | |
| ID | hfjgpnjlngigaldmbhconnjmpjeaohlj |
| Officiell webbadress | https://chromewebstore.google.com/detail/clark-college-web-develop/hfjgpnjlngigaldmbhconnjmpjeaohlj |
| Beskrivning | Useful links and resources for Clark College Web Development Students |
| Filstorlek | 231 KB |
| Antal Installationer | 233 |
| Aktuell Version | 1.3.2 |
| Senast Uppdaterad | 2024-01-26 |
| Publiceringsdatum | 2022-03-24 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://bruceelgort.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://bruceelgort.com |
| Hjälpsida URL | https://bruceelgort.com |
| Stödda Språk | 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"
]
} | |