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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minor changes to the Getty contributor forum style. You may find it improves readability."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में getty forum fixes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}