扫码关注官方订阅号
请问大家,如何编写一个浏览器插件?有没有相关介绍什么的,求指教
ringa_lee
最欣赏360干的事儿就是把Chrome extension的文档翻译了。http://open.chrome.360.cn/extension_dev/overview.html
各个浏览器都有相关的插件API官方手册,去找下吧
简单的就是常规JS的写法,然后按照文档打包就好了
是要问extensions 还是plugins? extensions是指 chrome的广告拦截这类的。 plugins是指 Adobe Flash Player ,Chrome PDF Viewer 这类的。 如果是plugins, 我帮不了你, 因为我也没写过。 extensions的话, chrome的可以看这里https://developer.chrome.com/extensions/api_index firefox的话, 看这里 https://blog.mozilla.org/addons/2014/06/05/how-to-develop-firefox-exte...
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
最欣赏360干的事儿就是把Chrome extension的文档翻译了。
http://open.chrome.360.cn/extension_dev/overview.html
各个浏览器都有相关的插件API官方手册,去找下吧
简单的就是常规JS的写法,然后按照文档打包就好了
是要问extensions 还是plugins?
extensions是指 chrome的广告拦截这类的。 plugins是指 Adobe Flash Player ,Chrome PDF Viewer 这类的。
如果是plugins, 我帮不了你, 因为我也没写过。
extensions的话, chrome的可以看这里https://developer.chrome.com/extensions/api_index
firefox的话, 看这里 https://blog.mozilla.org/addons/2014/06/05/how-to-develop-firefox-exte...