Is there a FireFox add-on for read/write *.txt files ?
Hello & Thanks , win7 x64 : I need to read/write *.txt files in Browser . And I would not like to install a localHost server (400mb) . Is there an extension for this , or an applet or Flash . Thanks...Vernon
Helpful replies
It is an XUL window with this chrome URL: chrome://browser/content/scratchpad.xul
Only an extension or toolbar button can open that window with this command: Scratchpad.openScratchpad();
Go to answer 1Additional System Details
Application
- User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17
More Information
Maybe look at the Scratchpad (Web Developer > Scratchpad;Shift+F4).
Question owner
Wow ! That is very cool . Is there a way to programatically(javascript) open up ScratchPad ? Thanks...vm
Helpful Reply
It is an XUL window with this chrome URL: chrome://browser/content/scratchpad.xul
Only an extension or toolbar button can open that window with this command: Scratchpad.openScratchpad();
Question owner
Hmm... << Only an extension or toolbar button can open that window with this command: Scratchpad.openScratchpad(); >>
What language are extensions written in ? How would I go about adding a Toolbar-Button ?
Thanks...vm
