六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 77|回复: 0

content script

[复制链接]

升级  0.33%

57

主题

57

主题

57

主题

举人

Rank: 3Rank: 3

积分
201
 楼主| 发表于 2013-2-7 16:44:21 | 显示全部楼层 |阅读模式
{  "name": "gotoGoogle",  "version": "0.1",  "description": "go go the google page when you open baidu",  "permissions": [    "tabs"  ],   "content_scripts": [    {      "matches": ["http://*.baidu.com/*"],      "js": ["GoToGoogle.js"]    }  ]}
content_scipts就相当于是将“js"注入到与"matches"里的url相匹配的网页中去,可以通过developer tool解释
连接地址:http://code.google.com/chrome/extensions/content_scripts.html
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表