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…
Co to jest OLWLG Advanced?
OLWLG Advanced to rozszerzenie Chrome opracowane przez charles.boyung, a jego główną funkcją jest „Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OLWLG Advanced
Pobierz pliki rozszerzeń OLWLG Advanced w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ooiflpdfadhajpgdgfnhodhfbjbkoieb |
| Oficjalny URL | https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb |
| Opis | Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many… |
| Rozmiar pliku | 48.51 KB |
| Liczba instalacji | 125 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-05-03 |
| Data Publikacji | 2020-02-17 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | charles.boyung |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |