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…
Cos'è OLWLG Advanced?
OLWLG Advanced è un'estensione di Chrome sviluppata da charles.boyung, e la sua funzione principale è "Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OLWLG Advanced
Scarica i file di estensione OLWLG Advanced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | OLWLG Advanced |
ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
URL Ufficiale | https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb |
Descrizione | Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many… |
Dimensione del File | 48.51 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-05-03 |
Data di Pubblicazione | 2020-02-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | charles.boyung |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |