lukechilds / github-custom-tab-size

Chrome extension - Set custom tab size for code view on GitHub.com
MIT License
70 stars 17 forks source link

firefox implemented chrome's extensions format #2

Open janat08 opened 5 years ago

janat08 commented 5 years ago

you should be basically just upload the same code to firefox store

lukechilds commented 5 years ago

I'll need to polyfill the WebExtension API and use that instead of the chrome namespace.

But yeah, I think it should be pretty simple to port over.

I'm quite busy with other stuff at the moment and don't really use Firefox for GitHub so this isn't a priority for me.

I'd happily accept a pull request though.

Anyone interested in doing this, take a look at this project for a cross platform WebExtension: https://github.com/lukechilds/coinflict-of-interest