Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the chrome extension still active? #408

Open
nayemalam opened this issue Jun 21, 2024 · 5 comments
Open

Is the chrome extension still active? #408

nayemalam opened this issue Jun 21, 2024 · 5 comments
Labels
Bug Something isn't working

Comments

@nayemalam
Copy link

About

Seems like the chrome extension is not available anymore, is the project being maintained, any updates?

Reproduction

Chrome extension link: https://chrome.google.com/webstore/detail/urql-devtools/mcfphkbpmkbeofnkjehahlmidmceblmm

Expected result

  • page to download extension
  • otherwise provide an external crx file

Actual result

  • 404: The requested URL was not found on this server.

Additional info

environment version
browser Chrome Version 126.0.6478.63 (Official Build) (arm64)
@Eigilak
Copy link

Eigilak commented Oct 23, 2024

🤔

@hkjorgensen
Copy link

I am experiencing issues installing the extension on my new machine. Would it be possible for someone to assist with troubleshooting this matter? @JoviDeCroock 🙏

@linucks
Copy link

linucks commented Nov 21, 2024

I've just hit this too.

@nik27
Copy link

nik27 commented Dec 6, 2024

You can manually add the extension.

  1. Clone this repo:
    git clone [email protected]:urql-graphql/urql-devtools.git
  2. Follow first three steps of Development guide:
    a. Install pnpm
    b. Install deps with pnpm: pnpm i
    c. Build the extension: pnpm run build
  3. Open chrome and go to chrome://extensions/
  4. Enable Developer mode in top right corner
  5. Click on Load Unpacked
  6. Select extensions build folder dist/extension
  7. Extension will be added and two files will be generated inside of dist folder: .crx and .pem (they are used for extension update)
  8. You will get error regarding extensions manifest version but as of now extension is still working (Chrome v131.0.6778.86)

@BuddhikaGeasman
Copy link

You can manually add the extension.

  1. Clone this repo:
    git clone [email protected]:urql-graphql/urql-devtools.git
  2. Follow first three steps of Development guide:
    a. Install pnpm
    b. Install deps with pnpm: pnpm i
    c. Build the extension: pnpm run build
  3. Open chrome and go to chrome://extensions/
  4. Enable Developer mode in top right corner
  5. Click on Load Unpacked
  6. Select extensions build folder dist/extension
  7. Extension will be added and two files will be generated inside of dist folder: .crx and .pem (they are used for extension update)
  8. You will get error regarding extensions manifest version but as of now extension is still working (Chrome v131.0.6778.86)

This works! thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants