摘要: 1,参考文章:http://stackoverflow.com/questions/7097502/view-and-set-http-headers-for-safari-chrome(1)这个是chrome上的方案The (currently experimental) WebRequest API lets you do view and modify headers: http://code.google.com/chrome/extensions/trunk/webRequest.htmlIt's pretty easy to view headers using onSen 阅读全文
posted @ 2012-09-08 09:28 yunfan85 阅读(401) 评论(0) 推荐(0) 编辑
摘要: Here’s how to get started with writing extensions for Chrome Developer Tools:Use the dev channel of Chrome as the APIs are still under development;Enable experimental extension APIs using the chrome://flags page;List experimental in the permissions list of your extension;Add a devtools_page field to 阅读全文
posted @ 2012-09-08 09:16 yunfan85 阅读(287) 评论(0) 推荐(0) 编辑