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…

Qu'est-ce que OLWLG Advanced ?

OLWLG Advanced est une extension Chrome développée par charles.boyung, et sa fonction principale est "Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OLWLG Advanced

Téléchargez les fichiers d'extension OLWLG Advanced au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom OLWLG Advanced OLWLG Advanced
ID ooiflpdfadhajpgdgfnhodhfbjbkoieb
URL Officiel 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…
Taille du Fichier 48.51 KB
Nombre d'Installations 125
Version Actuelle 1.1
Dernière Mise à Jour 2021-05-03
Date de Publication 2020-02-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur charles.boyung
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}