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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Box Unchecker Box Unchecker
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
}