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ファイルをダウンロード
getty forum fixes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| 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\/*"
            ]
        }
    ]
}  |  |