manifest.xml 797 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <extension>
  3. <id>com.baidufe.fehelper</id>
  4. <name>FeHelper</name>
  5. <show_icon>true</show_icon>
  6. <description>WEB前端助手:繁琐的事情,我帮您!</description>
  7. <content_scripts>
  8. <content_script runat="document_end" all_frames="false" core_type="webkit">
  9. <match>http://*.baidufe.com/fehelper</match>
  10. <match>http://*.baidufe.com/fehelper/*</match>
  11. <js>static/js/fe-contentscript.js</js>
  12. </content_script>
  13. </content_scripts>
  14. <background page="template/fehelper_background.html"/>
  15. <popup page="template/fehelper_popup.html" width="140" height="170"/>
  16. <version>1.1</version>
  17. <request_api_version>1</request_api_version>
  18. <author>BaiduFE</author>
  19. </extension>