chrome浏览器插件开发实例
具体步骤:
1.新建 manifest.json ⽂件
transient在酒店中的意思{jquery下载文件插件
"name": "hijack analyse plug",
"version": "0.0.1",
"manifest_version": 2,
"description": "chrome plug analyse and guard the http hijack",
"content_scripts": [狮驼岭在哪
{
"js": [
"jquery.min.js",
xml技术的主要应用
"test.js"],
mysql安装密码check失败怎么解决
"matches": [
"*/*","*/*"],
"run_at": "document_start"
}],
netty集间跨服务通信
"permissions": [
"*/*","*/*"
]
}
其中引⼊了jquery.min.js 和 test.js ⽂件
2.实现 test.js 逻辑
$(function(){
console.log('begin xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx')
var currentUrl = window.location.href
if(currentUrl == 'localhost:8082/#/index/main'){
setInterval("checkStatus()", 2000)
}
})
function checkStatus(){
console.log($(".twui-footer__layout ul li").eq(0).html())
}
运⾏插件
chrome 中输⼊:chrome://extensions
选择加载已解压的插件-》选择⽂件根⽬录即可。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。