Extension Icon

SteamGridDB

Download and share custom video game assets and personalize your gaming library.
AvatarLitoMore
505 Installs
Overview

SteamGridDB

Download and share custom video game assets and personalize your gaming library.

raycast-cross-extension-badge

Usage

Before using this extension, please go to https://www.steamgriddb.com/profile/preferences/api to get your API key.

Features

  • Search for SteamGridDB games and browse grids, heroes, logos, and icons
  • Download and copy images

API

This extension follows Raycast Cross-Extension Conventions.

You can use crossLaunchCommand or built-in launchCommand to call this extension.

Example

import { crossLaunchCommand } from "raycast-cross-extension";

crossLaunchCommand({
  name: "browse",
  type: LaunchType.UserInitiated,
  extensionName: "steamgriddb",
  ownerOrAuthorName: "litomore",
  context: {
    steamAppId: 2358720,
  },
});

License

MIT