Better OLWLG

Makes the Online Want List Generator prettier and improves its accessibility.

Better OLWLG란 무엇입니까?

Better OLWLG은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes the Online Want List Generator prettier and improves its accessibility."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Chrome extension that provides enhancements for the Online Want List Generator (bgg.activityclub.org).

Current features:
- Restyles the entire application.
- Revamped My Wants editor with click-to-drag support.
- User profiles appear in smaller dropdown cards rather than take up half the screen.
- Better screen reader support on the profile page.
- Better screen reader support on the item listing (Step 3) page.
- Links in comments correctly render in the collection page.

To learn more about the accessibility goals of Better OLWLG, check out the Github page here: 
https://github.com/AcceptableIce/better-olwlg#accessibility

Does not support languages other than English.

Better OLWLG is not associated with the Online Want List Generator or its creator, JeffyJeff.                    

확장 프로그램 기본 정보

이름 Better OLWLG Better OLWLG
ID bkhgdacdandipgmpeldkbmnaagakmfei
공식 URL https://chromewebstore.google.com/detail/better-olwlg/bkhgdacdandipgmpeldkbmnaagakmfei
설명 Makes the Online Want List Generator prettier and improves its accessibility.
파일 크기 272 KB
설치 횟수 146
현재 버전 1.1.1
최근 업데이트 2018-10-18
출시 날짜 2018-10-18
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 https://www.acceptableice.com/
도움말 페이지 URL https://github.com/AcceptableIce/better-olwlg#accessibility
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better OLWLG",
    "short_name": "Better OLWLG",
    "version": "1.1.1",
    "description": "Makes the Online Want List Generator prettier and improves its accessibility.",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/bgg.activityclub.org\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "pages\/settings\/index.html",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/base.css"
            ],
            "js": [
                "js\/modifyDivs.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/*"
            ]
        },
        {
            "css": [
                "css\/header.css"
            ],
            "js": [
                "js\/header.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/*"
            ]
        },
        {
            "run_at": "document_start",
            "css": [
                "css\/wantlist.css"
            ],
            "js": [
                "js\/wantlist.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/viewlist.cgi*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/datatable.css",
                "css\/prices.css"
            ],
            "js": [
                "js\/prices.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/prices.cgi*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/userinfo.css"
            ],
            "js": [
                "js\/userinfo.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/userinfo.cgi*"
            ]
        },
        {
            "js": [
                "build\/my-wants.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/mywants.cgi*"
            ]
        },
        {
            "css": [
                "css\/home.css"
            ],
            "js": [
                "js\/home.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg*"
            ],
            "exclude_matches": [
                "*:\/\/bgg.activityclub.org\/olwlg*.cgi*",
                "*:\/\/bgg.activityclub.org\/olwlg*.txt*"
            ]
        },
        {
            "css": [
                "css\/profile.css"
            ],
            "js": [
                "js\/profile.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/profile.cgi*"
            ]
        },
        {
            "css": [
                "css\/datatable.css",
                "css\/mtusers.css"
            ],
            "js": [
                "js\/mtusers.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/mtusers.cgi*"
            ]
        },
        {
            "js": [
                "js\/getcollection.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/getcollection-top.cgi*"
            ]
        },
        {
            "css": [
                "css\/datatable.css",
                "css\/viewcollection.css"
            ],
            "js": [
                "js\/getcollection.js",
                "js\/viewcollection.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/viewcollection.cgi*"
            ]
        },
        {
            "css": [
                "css\/home.css"
            ],
            "js": [
                "js\/home.js",
                "js\/mthistory.js"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/mthistory.cgi*"
            ]
        },
        {
            "css": [
                "css\/datatable.css"
            ],
            "matches": [
                "*:\/\/bgg.activityclub.org\/olwlg\/trades-compiled.cgi*"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/Muli-Regular.ttf",
        "icons\/*.png",
        "js\/wantlist-overrides.js",
        "css\/mywants.css",
        "css\/mywants-legacy.css",
        "pages\/settings\/index.html"
    ],
    "icons": {
        "48": "icon.png"
    }
}