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.
扩展基本信息
名称 | 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\/*" ] } ] } |