I’m working on a firefox extention. I like to give some options for the user, like setting background
color and others. I need to retrive these options for each tabs. Where should i can store the values?
how can i get around this issue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the XPCOM interfaces to Firefox’ preferences system:
See this article for more information and code samples.
Alternatively, you can use SQLite. See this answer for details.