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…
Apa itu OLWLG Advanced?
OLWLG Advanced adalah ekstensi Chrome yang dikembangkan oleh charles.boyung, dan fitur utamanya adalah "Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OLWLG Advanced
Unduh file ekstensi OLWLG Advanced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | OLWLG Advanced |
ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
URL Resmi | https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb |
Deskripsi | Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many… |
Ukuran File | 48.51 KB |
Jumlah Instalasi | 125 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-05-03 |
Tanggal Publikasi | 2020-02-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | charles.boyung |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |