getty forum fixes

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

ما هو getty forum fixes؟

getty forum fixes هو إضافة Chrome تم تطويرها بواسطة theasis-chrome-store، والميزة الرئيسية لها هي "Minor changes to the Getty contributor forum style. You may find it improves readability.".

تحميل ملف CRX للإضافة getty forum fixes

قم بتنزيل ملفات الامتداد getty forum fixes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
            ]
        }
    ]
}