xwindow悬浮窗

文章目录

应用简介

英文名:xwindow
整个悬浮窗口带有4个功能按钮,每个按钮都可以设置不同的功能,功能按钮的背景颜色、显示字符都可以自定义。
可用于浏览器全屏模式下对页面的基本操作

已有功能:
1.打开网址
2.关闭当前标签页
3.清除广告
4.回到页面顶部

功能演示

配置文件

1{"manifest_version":2,"name":"xwindow","description":"useful,create by Mr.lcw,qq:470773688","version":"1.0","background":{"scripts":["js\/bg.js"]},"icons":{"16":"img\/icon.png","48":"img\/icon.png","128":"img\/icon.png"},"browser_action":{"default_title":"xwindow","default_icon":"img\/icon.png","default_popup":"popup\/popup.html"},"content_scripts":[{"matches":["<all_urls>"],"js":["js\/jquery\/jquery-3.3.1.js","js\/clearAd.js","js\/xwindow.js"],"css":["css\/animate.min.css"]}],"permissions":["tabs","activeTab","*:\/\/*\/*"],"update_url":"http:\/\/upext.chrome.360.cn\/intf.php?method=ExtUpdate.query"}