关于浏览器插件

起因

  1. 我想作为一个程序员,或者玩家的话,对浏览器这种应用的依赖性是非常强的;我的话,每天浏览器会打开7,8个小时以上,所以对浏览器要求就会很高;
  2. 因为广告问题,用了多年的搜狗浏览器的扩展非常之少,然后超级不爽,就决定转去使用chrome,结果发现chrome浏览器真的是给程序员准备的,要啥没啥,书签,手势操作,新标签页,用了一下午,最后不用了;这真的不符合习惯;于是又回去用搜狗浏览器,但是超级不顺眼,又试了试火狐,但是火狐太重了;查了查浏览器市场份额,发现qq占比很高,而且发现它是chrome内核的,so;

插件

  1. 本来就是想解决广告问题,但是没想到qq上的插件几乎和chrome差不多,反正我现在用的都用了

推荐

  1. Wikiland ,将维基百科重新排版,几乎必备的浏览器插件;

  2. Adblock Plus 拦截广告的,不过视频广告有些无能为力,不过视频广告也不是太影响观感,除非是什么页游广告;

  3. Momentum 新标签页,超级漂亮的说

  4. Infinity新标签页 这个嘛,符合中国的样子,但是感觉眼花缭乱的;

  5. Video Downloader professional 视频下载,只要视频播放,就可以找到下载,起因是想下载B站的一个 刺客信条视频,所以就知道这个了;

  6. 划词翻译,QQ浏览器不自带划词翻译,所以你可以去找找看;

  7. 阅读模式,反正就是各种阅读模式插件,如果要用,自己找找,我是不常用的;

  8. OneTab 其实就是将已经打开的标签收起来,节省内存;

专业插件

  1. Octotree github 树形浏览,让你简单的找到要寻找的文件,必备插件

  2. Isometric Contributions 美化 github,让你的commit变成柱状图

  3. EditThisCookie 管理cookie的呗;

  4. JetBrains IDE Support 配合webstorm,编译加查看

  5. postman,这个是个应用,其实和浏览器无关;

  6. Proxy SwitchyOmega 翻墙必备,其实我也不知道为啥必备

愉快的玩耍吧

这是一个wrl文件可以用来学习vrml #VRML V2.0 utf8 EXTERNPROTO BlaxxunZone [ eventIn MFNode addEvents eventIn MFNode removeEvents exposedField MFNode events ][ "shared.wrl#BlaxxunZone", "http://www.blaxxun.com/vrml/protos/shared.wrl#BlaxxunZone" ] EXTERNPROTO SharedEvent [ exposedField SFString name # for accessing a special event eventIn SFColor colorFromServer eventOut SFColor colorToServer eventIn SFColor set_color eventOut SFColor color_changed eventIn SFRotation rotationFromServer eventOut SFRotation rotationToServer eventIn SFRotation set_rotation eventOut SFRotation rotation_changed eventOut SFString string_changed eventIn SFString stringFromServer ] [ "shared.wrl#SharedEvent", "http://www.blaxxun.com/vrml/protos/shared.wrl#SharedEvent" ] DEF SharedZone BlaxxunZone { events [ DEF SharedColor SharedEvent { name "newColor" } DEF SharedRotation SharedEvent { name "newRotation" } ] } DEF BoxSwitch Switch { whichChoice 0 choice [ DEF BoxRotation Transform { children [ Shape { # 红色立方体 appearance Appearance { material DEF BoxColor Material { diffuseColor 1 0 0 } } geometry Box { } } ] } ] } # 此球体用来更换颜色 Transform { translation -4 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 1 } } geometry Sphere {} }, DEF ColorSensor TouchSensor {}, DEF ColorScript Script { eventIn SFTime clicked eventIn SFString changeColor eventOut SFColor color_changed eventOut SFColor color_changed_from_bot url "vrmlscript: function clicked (value, time) { color_changed = new SFColor(Math.random(),Math.random(),Math.random()); } function changeColor (value, time) { tempColor = new SFColor(1,0,0); temp = new SFString(value); pos1 = 7; for (i=0; i<3;i++){ temp2 = new SFString(temp.substring(pos1,pos1+1)); if (temp2 == '1') tempColor[i] = 1; pos2 = temp.indexOf(' ',pos1); pos1 = pos2+1; } color_changed_from_bot = tempColor; } " } ] } # 此锥体用来旋转更换 Transform { translation 4 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 1 } } geometry Cone {} }, DEF RotSensor TouchSensor {}, DEF RotationScript Script { field MFString newurl [ "OnEvent( par1, par2 )" ] # field MFString newurl [ "javascript:OnJSEvent( )" ] field MFString param [ "" "" ] eventIn SFTime clicked eventIn SFTime set_string eventOut SFRotation rotation_changed url "vrmlscript: function clicked (value, time) { angle = Math.random()*6.283; rotation_changed = new SFRotation(0,1,0,angle); } function set_string (value, time) { newurl[0] = 'OnEvent ( ' + 'your par1 ' + ',' + 'your par2' + ')'; Browser.loadURL (newurl,param); } " } ] } Transform { translation 0 -3 0 children [ DEF ChangeString Text { string "ChangeString" } ] } Script { url "vrmlscript: function initialize() { }" } #ROUTE RotSensor.touchTime TO RotationScript.clicked ROUTE RotSensor.touchTime TO RotationScript.set_string #ROUTE RotationScript.rotation_changed TO SharedRotation.set_rotation ROUTE RotationScript.rotation_changed TO BoxRotation.set_rotation ROUTE SharedRotation.rotation_changed TO BoxRotation.rotation ROUTE ColorSensor.touchTime TO ColorScript.clicked ROUTE ColorScript.color_changed TO SharedColor.set_color ROUTE SharedColor.color_changed TO BoxColor.diffuseColor ROUTE ColorScript.color_changed_from_bot TO BoxColor.diffuseColor ROUTE SharedColor.string_changed TO ColorScript.changeColor
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值