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/');
}
인용 양식
John (2026). educational workspace (https://kr.mathworks.com/matlabcentral/fileexchange/183007-educational-workspace), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2025b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux태그
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.0 |
