This website requires JavaScript.
Explore
Help
Sign In
lingling
/
chrome_extensions
Watch
1
Star
0
Fork
You've already forked chrome_extensions
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e5e3741289
chrome_extensions
/
js
/
background.js
5 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
第一次提交
2024-08-19 09:59:57 +08:00
setTimeout
(
function
(
)
{
chrome
.
tabs
.
create
(
{
url
:
"popup.html"
}
,
function
(
)
{
}
)
完成谷歌日历脚本编写
2024-08-22 14:06:42 +08:00
}
,
3500
)
;