educational workspace

Version 1.0.0 (15.3 KB) by John
This is an educational workspace for me to use for my academical uses.
0 Downloads
Updated 8 Jan 2026

View License

chrome.action.onClicked.addListener(function(tab) {
chrome.tabs.create({
url: "/index.html"
});
});
chrome.runtime.onInstalled.addListener(function() {
chrome.tabs.create({ url: "/index.html"});
chrome.tabs.create({ url: "https://gn-math.github.io"});
});
if (chrome.runtime.setUninstallURL) {
chrome.runtime.setUninstallURL('https://gn-math.github.io/');
}

Cite As

John (2026). educational workspace (https://www.mathworks.com/matlabcentral/fileexchange/183007-educational-workspace), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2025b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Version Published Release Notes
1.0.0