1.把Chrome打造成编辑器
在地址栏输入以下代码,浏览器就瞬间变成了编辑器。
1 |
data:text/html, <style type=%22text/css%22>#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id=%22e%22></div><script src=%22http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js%22 type=%22text/javascript%22 charset=%22utf-8%22></script><script>var e=ace.edit(%22e%22);e.setTheme(%22ace/theme/monokai%22);e.getSession().setMode(%22ace/mode/python%22);</script> |
2.让浏览器成为SSH工具,
需要到谷歌浏览器应用中心安装 Secure Shell插件
- 本文固定链接: http://hanx.xin/2015/05/14/用chrome提升一下逼格/
- 转载请注明: hanxin 于 DJANGO那些事儿 发表