dutzi / tamper

Devtools extension, lets you locally edit files served from the web (based on mitmproxy).
http://dutzi.github.io/tamper
MIT License
394 stars 36 forks source link

Fix compatibility with Linux #33

Closed ixti closed 8 years ago

ixti commented 9 years ago

Alternative fix is to include "linux": "Ctrl+Shift+P". But as it equals to the one specified for windows, IMO it's better to simply specify default instead.

This will also fix manifest for all !(windows|macos) users in general. :D

ixti commented 9 years ago

In fact it can be shortened to only default key, as Ctrl is converted to Command for mac anyway, as from documentation:

note that on Mac 'Ctrl' is automatically converted to 'Command'. If you want 'Ctrl' instead, please specify 'MacCtrl'.

rhalff commented 9 years ago

Ran into the same problem, the extension will not install from the chrome web store.

Changing it to default and removing mac seems like the right fix.

Please merge! :-)

FossPrime commented 8 years ago

Please Merge.... what is ze waiting for.