This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
ydm
/
chrome-plugin
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
d6e64156d0
Ramas
Etiquetas
master
chrome-plugin
/
background.js
background.js
115 B
Histórico
Raw
1
2
3
4
// background.js
chrome.runtime.onInstalled.addListener(function () {
console.log("插件已被安装");
});