V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
momo5269
V2EX  ›  Opera

opera扩展里有没有网页元素查看器?

  •  
  •   momo5269 · 2011-07-12 06:20:37 +08:00 · 5610 次点击
    这是一个创建于 4677 天前的主题,其中的信息可能已经有所发展或是发生改变。
    类似Chrome和TheWorld同名扩展的功能就行........主要是针对图片.........
    opera的扩展界面还都是英文的..........
    4 条回复    1970-01-01 08:00:00 +08:00
    momo5269
        1
    momo5269  
    OP
       2011-07-12 06:41:13 +08:00
    右键的检查元素不算
    huangz
        2
    huangz  
       2011-07-12 06:46:41 +08:00
    Opera里面有自带的Dragonfly。

    www.opera.com/dragonfly/
    momo5269
        3
    momo5269  
    OP
       2011-07-12 07:32:56 +08:00
    @huangz
    我说的右键检查元素就是这个..........
    nijux
        4
    nijux  
       2011-07-12 15:52:54 +08:00   ❤️ 1
    这有个书签 点一下就能把当前页面的图片都列出来
    javascript:var g=document.images;var s='<b>Images list: '+location.href+'</b><table border=1 style=\'font:x-small verdana\'><tr><th>Image</th><th>Size (kb)</th><th>Dimensions</th></tr>';for (i=0;i<g.length;i++){var fs=(parseInt(g[i].fileSize)/1000);s+='<tr>';s+='<td><img src='+g[i].src+'><br>'+g[i].src+'</td>';s+='<td>'+fs+'</td>';s+='<td>'+g[i].height+'(h) '+g[i].width+'(w) px</td>';s+='</tr>';}s+='</table>';var iw=window.open('','iw','');iw.document.open();iw.document.write(s);iw.document.close();
    http://accessify.com/tools-and-wizards/accessibility-tools/favelets/

    发现我这opera右键有个 页面元素 下面的 图片元素 点下 就能把页面中的图片和背景图像都列出来
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1290 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 17:15 · PVG 01:15 · LAX 10:15 · JFK 13:15
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.