atomic-chrome icon indicating copy to clipboard operation
atomic-chrome copied to clipboard

Reverse feature

Open markkuit opened this issue 8 years ago • 1 comments

This looks very interesting, and it actually inspired me of a possible feature/idea. How hard would it be to implement a way to copy to Atom what is done in Chrome? Specifically, I'd enjoy having Chrome Inspector modifications (e.g. CSS) automatically save into the Atom tab when I'm fiddling with web pages.

markkuit avatar May 07 '16 12:05 markkuit

Hi, thank you for your interest.

It is possible to work with the devtools from an extension, so the addition is I think possible, but I am not sure it is a good idea to mix devtools features in a plugin that is not particularly related with development.

Maybe splitting the WS communication part to another module so that it can be reused in another plugin seems a better solution. If you are interested in trying to develop the feature, let me know and I will try to split the plugin to make the code reusable.

Thank you!

danhper avatar May 09 '16 05:05 danhper