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…
What is OLWLG Advanced?
OLWLG Advanced is a Chrome extension developed by charles.boyung, and its main feature is "Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…".
Extension Screenshots
Download OLWLG Advanced Extension CRX File
Download OLWLG Advanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | OLWLG Advanced |
ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
Official URL | https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb |
Description | Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many… |
File Size | 48.51 KB |
Installation Count | 125 |
Current Version | 1.1 |
Last Updated | 2021-05-03 |
Publish Date | 2020-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | charles.boyung |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |