# chrome_ex **Repository Path**: need88.com/chrome_ex ## Basic Information - **Project Name**: chrome_ex - **Description**: 扩展开发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-04-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # chrome扩展开发 [![chrome扩展文档](images/logo.png)](https://developer.chrome.com/extensions) 本项目的github地址:[https://github.com/wangli0/chrome_ex](https://github.com/wangli0/chrome_ex) 本项目的oschina地址:[https://gitee.com/need88.com/chrome_ex](https://gitee.com/need88.com/chrome_ex) ### 已打包扩展列表 :arrow_down: - [x] [在线视频解析](crx/video_parse_v0.1.crx) - [ ] 广告拦截 - [ ] 12306抢票 ### 案例展示[在线视频解析] ![app_video_parse_1](images/app_video_parse_1.png) ![app_video_parse_2](images/app_video_parse_2.png) ### 参考资料 :zap: - :link: [Chrome插件开发文档](https://developer.chrome.com/extensions) - :link: [360安全浏览器开发文档](http://open.se.360.cn/open/extension_dev/overview.html) - :link: [360极速浏览器开发文档](http://open.chrome.360.cn/extension_dev/overview.html) - :link: [chrome插件Demo](https://github.com/sxei/chrome-plugin-demo) ### 感谢 - :link: [柳夏南](http://blog.liuxianan.com/chrome-plugin-develop.html)