Hey man, what's up? => Hizorz, bb, what's ploxin? - Chrome extension to Slormuxify all text in your browser, on the fly. Grand aspirations of Slormux: giggles and world peace.
User should be able to click extension icon and then click button to toggle translation engine on and off. For now, this can just be a plain button. So if it's off, it won't translate new pages.
Use browser_action popup for this.
In the future, we should make it so that if it's toggled on it will translate the current page, and if it's toggled off it will reset the state of the current page. The latter could be done by storing the original text content of each DOM node somewhere, so that if the extension is toggled off the text nodes can can all be reset.
User should be able to click extension icon and then click button to toggle translation engine on and off. For now, this can just be a plain button. So if it's off, it won't translate new pages.
Use browser_action popup for this.
In the future, we should make it so that if it's toggled on it will translate the current page, and if it's toggled off it will reset the state of the current page. The latter could be done by storing the original text content of each DOM node somewhere, so that if the extension is toggled off the text nodes can can all be reset.
Later on we will want to improve styling.