应用简介
添加返利助手后用户在浏览淘宝天猫商品时自动提示可以返利的商品,能够让用户随时随地的享受省钱购物的快乐。
配置文件
Code
1 | {"name":"\u8fd4\u5229\u52a9\u624b","version":"1.0.0","manifest_version":2,"icons":{"16":"ico\/16x16.png","48":"ico\/48x48.png","67":"ico\/67x67.png","128":"ico\/128x128.png"},"browser_action":{"default_icon":"ico\/16x16.png","default_title":"\u8fd4\u5229\u52a9\u624b","default_popup":"html\/popup.html"},"permissions":["notifications","storage","http:\/\/www.yuejishuo.com\/","https:\/\/www.yuejishuo.com\/"],"background":{"page":"html\/background.html","js":"js\/options.js"},"content_scripts":[{"matches":["http:\/\/*\/*","https:\/\/*\/*"],"css":["css\/popup.css"],"js":["js\/jquery-2.0.3.min.js","js\/content_script.js"],"run_at":"document_start"}]} |