chrome扩展学习

https://www.cnblogs.com/liuxianan/p/chrome-plugin-develop.html

非官方下载的chrome扩展无法启用的解决方法: 直接加载你的开发文件夹就行了



右键菜单的父子关系使用id和parentId之间关系确定

获取cookie (能够获取到http only的cookie)

chrome.cookies.getAll({"url" : "http://122.114.206.219:81/welcome"}, function(cookies){

    alert(cookies);
});




猜你喜欢

转载自blog.csdn.net/xiaoxiaoyu85/article/details/80272907