OLWLG Advanced

Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…

什么是OLWLG Advanced?

OLWLG Advanced是由charles.boyung开发的Chrome扩展程序,该扩展的主要功能是“Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…”。

扩展截图

screenshot

下载OLWLG Advanced扩展crx文件

下载OLWLG Advanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Makes the OLWLG by JeffyJeff (BGG username) easier to use.

Now has a right-click context menu in Step 4 for selecting many checkboxes at once instead of the memory-sapping code that added arrow buttons to each and every cell.

v0.3 Added ability to deselect checkboxes in the right-click context menu

v0.4 Fixes issues where it stopped working due to recent Chrome Extensions changes                    

扩展基本信息

名称 OLWLG Advanced OLWLG Advanced
ID ooiflpdfadhajpgdgfnhodhfbjbkoieb
官方URL https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb
简介 Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…
文件大小 48.51 KB
安装次数 125
当前版本 1.1
更新时间 2021-05-03
上架时间 2020-02-17
评分 5.00/5 共1次评分
开发者 charles.boyung
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OLWLG Advanced",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bgg.activityclub.org\/*"
            ],
            "js": [
                "jquery-1.9.0.min.js",
                "jquery.stickytableheaders.js",
                "OLWLG.js"
            ],
            "css": [
                "retheme.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/bgg.activityclub.org\/*"
    ]
}