This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
ydm
/
chrome-plugin
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
d6e64156d0
Branches
Tags
master
chrome-plugin
/
background.js
background.js
115 B
Historique
Raw
1
2
3
4
// background.js
chrome.runtime.onInstalled.addListener(function () {
console.log("插件已被安装");
});