文件名称:angularChromeExtension:ajax 调用的内容脚本背景包装器
文件大小:64KB
文件格式:ZIP
更新时间:2024-07-08 22:09:37
JavaScript
Ajax 包装器 [仅使用 SINCRONOUS CALL 工作] 这里有一个使用构建 chrome 扩展应用程序的示例,其中包含用于服务的 Ajax 包装器 尝试示例 在 chrome 浏览器选项-> 扩展中将应用程序文件夹加载为 chrome 扩展 用法 包含在您的清单中 ... "background": { "scripts": [ "scripts/vendor/angular_extension.js", // ajax wrapper "scripts/services/contentscriptService.js", // your services "scripts/background.js" ], .... } .... "content_scripts": [ {
【文件预览】:
angularChromeExtension-master
----.jshintrc(393B)
----.gitattributes(11B)
----bower.json(95B)
----Gruntfile.js(7KB)
----test()
--------index.html(726B)
--------bower.json(140B)
--------spec()
--------.bowerrc(40B)
----README.md(3KB)
----.bowerrc(42B)
----.editorconfig(441B)
----.gitignore(91B)
----app()
--------partials()
--------manifest.json(1KB)
--------options.html(618B)
--------index.html(951B)
--------styles()
--------images()
--------scripts()
--------_locales()
----package.json(876B)