This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
ydm
/
chrome-plugin
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
d6e64156d0
Ramos
Etiquetas
master
chrome-plugin
/
background.js
background.js
115 B
Histórico
Em bruto
1
2
3
4
// background.js
chrome.runtime.onInstalled.addListener(function () {
console.log("插件已被安装");
});