应用简介
此插件的功能是从提取网页上光标下的电话号码,取到的号码发给本地的应用程序。本地应用程序是一个拨号软件,主要是为了方便客户能快速地选取号码进行电话拨打。
配置文件
Code
1 | {"name":"get the number plugin","version":"1.1","manifest_version":2,"description":"get the number plugin","background":{"scripts":["background.js"]},"icons":{"48":"logo_small.png","128":"logo.png"},"browser_action":{"default_icon":"logo_small.png","default_popup":"popup.html"},"permissions":["tabs","background"],"content_scripts":[{"matches":["http:\/\/*\/*","https:\/\/*\/*"],"js":["jquery-1.4.js","lookup.js"],"all_frames":true}]} |