getty forum fixes

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

getty forum fixes là gì?

getty forum fixes là một tiện ích mở rộng Chrome được phát triển bởi theasis-chrome-store, và tính năng chính của nó là "Minor changes to the Getty contributor forum style. You may find it improves readability.".

Tải xuống tệp CRX của tiện ích mở rộng getty forum fixes

Tải xuống các tệp mở rộng getty forum fixes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên getty forum fixes getty forum fixes
ID jgfddecmcphhlbgbdagfcamkanmekeem
URL Chính Thức https://chromewebstore.google.com/detail/getty-forum-fixes/jgfddecmcphhlbgbdagfcamkanmekeem
Mô tả Minor changes to the Getty contributor forum style. You may find it improves readability.
Kích Thước Tệp 41.3 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2017-06-26
Ngày Phát Hành 2017-06-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển theasis-chrome-store
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}