I now learn React. There are install React Developer Tools extension notification when debug development version app. But I can't connect to Chrome webstore extensions as everyone knows Network block.
Fortunately I have VPS with ssh login permission. So based socks5 proxy with ssh and chrome in osx. I use below commands connect to Internet once and add the extension to Chrome.
ssh -D 22927 -f -C -q -N user@remote -p 2222/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="socks5://localhost:22927"
没有评论:
发表评论