chrome-plugin-demo icon indicating copy to clipboard operation
chrome-plugin-demo copied to clipboard

《Chrome插件开发全攻略》配套完整Demo,欢迎clone体验

Results 30 chrome-plugin-demo issues
Sort by recently updated
recently updated
newest added

大大,遇到难题了,想进群,麻烦再贴一个群二维码

Hi, 小铭你好, 这个教程写的相当棒,看了你这个教程,一天就写出来可用的扩展了。 另外我发觉微信开发者的群6月15日到期了。是否可以更新下最新的邀请进群的二维码? https://www.cnblogs.com/liuxianan/p/chrome-plugin-develop.html

来个V3版本的chrome扩展的开发全攻略吧,绝对是国语全网独一份啊

我在background里使用tabs.query获取tab,然后sendMessage,为什么会返回下面这个错误? Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. ``` chrome.tabs.query({currentWindow:true},function(tabs){ for(let i in tabs){ chrome.tabs.sendMessage(tabs[i].id, {greeting: "hello"}, function(response) { console.log(response.farewell); }); } }) ```

在这部分比较没头绪,如何方便地获取任意一个网站的ico呢?