An extension, such as firebug, for writing to the file system

I am not a desktop application developer, so I was wondering if anyone had heard of an extension that actually writes to the file system. it would be great if you opened firebug as an extension and made some changes, for example. adding CSS rules and they will be added automatically in the CSS file. how hard would it be to build such an extension?

+3
source share
3 answers

The closest I found is XRefresh , which actively monitors files for changes, and then automatically updates Firefox. It is very similar to real-time editing with FireBug.

, , DOM .

+2

-.

, CSS (CSS > Edit CSS), ( ), Save..., CSS.

, CSS. CSS .., Firebug.

. :

+1

Use Backfire. This is an open source solution that I wrote that sends CSS changes back to the server and saves them. It has a working example of a .NET server implementation that can easily be ported to any other platform.

http://blog.quplo.com/2010/08/backfire-save-css-changes-made-in-firebug/

+1
source

Source: https://habr.com/ru/post/1722219/


All Articles