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…

OLWLG Advanced란 무엇입니까?

OLWLG Advanced은(는) charles.boyung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…"입니다.

확장 프로그램 스크린샷

screenshot

OLWLG Advanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 OLWLG Advanced OLWLG Advanced
ID ooiflpdfadhajpgdgfnhodhfbjbkoieb
공식 URL https://chromewebstore.google.com/detail/olwlg-advanced/ooiflpdfadhajpgdgfnhodhfbjbkoieb
설명 Makes the OLWLG by JeffyJeff (BGG username) easier to use. Now has a right-click context menu in Step 4 for selecting many…
파일 크기 48.51 KB
설치 횟수 125
현재 버전 1.1
최근 업데이트 2021-05-03
출시 날짜 2020-02-17
평점 5.00/5 총 1 개의 평점
개발자 charles.boyung
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}