how do i learn chrome.extension.sendRequest method? [closed] - api

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have tried to browse through the extension APIs and have searched google. I can find the information available for chrome.extension.sendMessage but its hard to find anything for the chrome.extension.sendRequest method.
Please help for the best tutorial to Chrome Extensions as atleast here Google is not helping me much :(

It is deprecated.
use sendMessage:
http://developer.chrome.com/extensions/runtime.html#method-sendMessage

Related

calendar same as given image in objective c only not in swift language [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
i want to make calendar like given below image perfect.so that can any one help me to solve my issue. I have visited this site for reference but i don't get perfect match the sites are...
1)https://www.cocoacontrols.com
2)code 4 app
PDTSimpleCalendar is a close framework to what you're looking for, but if you want exact one, you'll have to write it yourself ;)
Try these one.
https://github.com/nopshusang/SACalendar
It will help you.

Kindly anyone tell me how to make anything slider in HTML websites? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Kindly Let us know i have nivo slider in my websites now want to go for a anything slider to create and to add a videos kindly pls help me regarding this
You need to use the html version of it available at https://github.com/CSS-Tricks/AnythingSlider, which also has documentation to tell you how to use it.

I want to learn twitter bootstrap.Which is the best site for learning online? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
How much time is required to learn bootstrap?
just use the official website www.getbootstrap.com
Go through the Getting Started section, it will cover all the main things to know about using this amazing framework.
After that, just try to build a simple website using the responsive grids and available components.

detect nail in hand using opencv in iOS [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am using the OpenCv Library for the object detection.
I downloaded the given example of face detection. In this example they are using haarcascade_frontalface_default.xml.
I have to detect Nail in hand. Please suggest me how can I do it?
I also saw this-
http://docs.opencv.org/doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.html#detectionofplanarobjects
Please suggest me how I detect nail in hand.

How to read linkedin inbox messages [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I've done a massive research on linkedin api in order to find out how to read my inbox messages through the Api.
i've looked in this post where they say that this isn't possible:
link
Did anyone found a good solution/workaround for this issue?