Box Unchecker
Unchecks all check box list items on IGS Confluence pages.
什么是Box Unchecker?
Box Unchecker是由achaia.scbg开发的Chrome扩展程序,该扩展的主要功能是“Unchecks all check box list items on IGS Confluence pages.”。
扩展截图
下载Box Unchecker扩展crx文件
下载Box Unchecker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a special extension created just for LO so she does not have to manually uncheck every box on her Confluence pages for release validation.
扩展基本信息
名称 | |
ID | bdgmnjigkmlilicnfpbjpemgckjaghbi |
官方URL | https://chrome.google.com/webstore/detail/box-unchecker/bdgmnjigkmlilicnfpbjpemgckjaghbi |
简介 | Unchecks all check box list items on IGS Confluence pages. |
文件大小 | 40.84 KB |
安装次数 | 91 |
当前版本 | 1.0 |
更新时间 | 2018-12-17 |
上架时间 | 2018-12-15 |
评分 | 1.00/5 共1次评分 |
开发者 | achaia.scbg |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Box Unchecker", "short_name": "Box Unchecker", "description": "Unchecks all check box list items on IGS Confluence pages.", "version": "1.0", "author": "David Yost", "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "css": [ "plugin-style.css" ], "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "https:\/\/igsenergy.atlassian.net\/*" ] } ], "icons": { "16": "images\/checkbox16.png", "32": "images\/checkbox32.png", "48": "images\/checkbox48.png", "128": "images\/checkbox128.png" }, "manifest_version": 2 } |