English 中文(简体)
Chrome 延伸:选择页中的标识
原标题:Chrome Extension: log in in options page

i m trying to make a chrome extension and I need the have an options page where the user is able to login. this way the extension knows who he is and can retrieve specific data from a server. I m not sure how to do this. Any one has a tutorial page or, better yet, a sample code?

感谢大家。

问题回答

一些延伸利用OAuth或开放式ID进行认证。 https://code.google.com/chrome/extensions/tut_oauth.html”rel=“nofollow”code.google.com。 你也可以只是使用用户名/密码,并请求XHR加以验证。 这确实取决于网站及其提供何种认证方法。

您需要认证引擎...... 换言之,你需要支持处理伐木和伐木问题的延期。 这非常容易。 如果一个小型项目(在Parse或消防基地)或用像Rub有关铁路的框架来写你自己的背后,你可以把支持作为服务。

;;





相关问题
Redirect to cache URL in Chrome browser

self.location = cache: + self.location I want to redirect from "[URL]" to "cache:[URL]". I just want this code to work in Chrome browser.

我如何更新/重载 Chrome延?

I m在4号 Chrome(目前为4.0.249.0)中开发一个延伸点,显示用户在地位酒吧中的形象。 Ive设计了一个供用户使用的备选办法网页......

Setting Opacity in CSS For Chrome

I ve tried the following: (this is actually for fancybox, as the overlay does not show in chrome/safari: $("#fancy_overlay").css({<br /> background-color : opts....

Chrome Blocking Javascript, Google Wave, Google Gadgets

Project: Developing a gadget template for Google Wave which will allow my Flash movies to interact with the Wave api. I had to adapt the existing Flex application so that it would work with ...

image height using jquery in chrome problem

$( img ).height() returns 0 in chrome, but it returns the actual height in IE and firefox. Whats the actual method to get the height of the image in chrome?

jQuery block moving

I wanna move a div block to the top, so I coded like this: CSS part: .movingPart{ margin-top:80px; } jQuery part: $(document).ready(function() { $( #btn ).click(function() { $( .movingPart )....

Table cells bad rendering with Google Chrome/Webkit

On the following code, COL1A and COL3A are not 50% height with Chrome or Webkit. It works fine with IE7 and Firefox. <table border="1"> <tr> <td height="100%">COL 1A</td>...

热门标签