Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have Firefox plugin SQLite Manager installed on my computer and have SQLite database.

Is it possible to open SQLite database by double click on it with SQLite Manager within the Firefox add-on?

share|improve this question
1  
Have you looked at the documentation? – Jared Farrish Sep 18 '11 at 20:13

migrated from stackoverflow.com Dec 1 '11 at 0:54

1 Answer

No. For that you would need a command line handler and the SQLite Manager extension doesn't implement one. You can ask the developers to implement one so that their extension can be triggered from the command line - or you can do it yourself of course. The code example in the documentation is unfortunately outdated and needs to be adapted to the XPCOM changes in Gecko 2.0.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.