getty forum fixes

Minor changes to the Getty contributor forum style. You may find it improves readability.

getty forum fixes란 무엇입니까?

getty forum fixes은(는) theasis-chrome-store에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minor changes to the Getty contributor forum style. You may find it improves readability."입니다.

getty forum fixes 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Reformat the Getty contributor forums a wee bit, more in line with the old iStock forums.

Changes
=======
v0.0.9:
- tweaks for the new layout so that the Contributor Forums don't start closed.
v0.0.8:
- iStock balance is no longer available, so stop trying to display it.
v0.0.7:
- show iStock balance *if* you're currently logged in to iStock and you've not disabled the display of your balance.
v0.0.6:
- link to the iStock site.
v0.0.5:
- hide user details and make the avatar smaller.
v0.0.4:
- make stickies and announcements more obvious.
v0.0.3:
- change the "Like" button to "Say Thanks";
- spell 'arial' properly so that it gets picked up as a fall-back font.                    

확장 프로그램 기본 정보

이름 getty forum fixes getty forum fixes
ID jgfddecmcphhlbgbdagfcamkanmekeem
공식 URL https://chromewebstore.google.com/detail/getty-forum-fixes/jgfddecmcphhlbgbdagfcamkanmekeem
설명 Minor changes to the Getty contributor forum style. You may find it improves readability.
파일 크기 41.3 KB
설치 횟수 51
현재 버전 0.0.9
최근 업데이트 2017-06-26
출시 날짜 2017-06-26
평점 5.00/5 총 1 개의 평점
개발자 theasis-chrome-store
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "getty forum fixes",
    "description": "Minor changes to the Getty contributor forum style. You may find it improves readability.",
    "version": "0.0.9",
    "icons": {
        "128": "g.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "theasis_getty_forum.user.js"
            ],
            "matches": [
                "https:\/\/www.istockphoto.com\/help\/site-map",
                "http:\/\/contributors.gettyimages.com\/forum\/*",
                "https:\/\/contributors.gettyimages.com\/forum\/*"
            ]
        }
    ]
}