Greasy Fork is available in English.

Google Image Search - Show Image Dimensions

Displays image dimensions (eg. "1920 × 1080") for each thumbnail on the Google Image Search results page.

すべてのバージョンを表示しています。 コードが変更されたバージョンのみを表示

  • v1.4.0 2024/04/06

    feat: add new approach to get image dimensions, fix for googles new image search ui

    Merge pull request #6 from tadwohlrapp/4-not-working

    New approach to get image dimensions, fix for googles new image search ui

  • v1.3.4 2022/04/20 fix bug caused by multirow ad caroussel
  • v1.3.3 2022/02/21 fix for google's new markup
  • v1.3.2 2021/10/25 Imported from URL
  • v1.3.1 2021/10/24
  • v1.3.0 2020/06/01 Fixed issues with Greasemonkey (GM_addStyle) and adjusted to Google's latest change of selector (data-id to data-cid)
  • v1.2.0 2020/04/26 Optimize CSS
  • v1.1.0 2020/04/22
  • v1.1.0 2020/04/22 Add MutationObserver to keep script working when new results are added at the end of the page
  • v1.0.1 2020/04/21 Update meta, namespace changed
  • v1.0.0 2020/04/21 change 'var' to 'let' and 'const'
  • v0.1 2020/04/19