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

Manifest unreadable error when trying to install #2

Open
JGCoelho opened this issue Apr 7, 2023 · 3 comments
Open

Manifest unreadable error when trying to install #2

JGCoelho opened this issue Apr 7, 2023 · 3 comments

Comments

@JGCoelho
Copy link

JGCoelho commented Apr 7, 2023

I tried to install the extension on chrome by following these steps.

Alternatively, the extension can be installed manually:

Download the repository as a ZIP file.
Extract the ZIP file.
In Chrome, go to chrome://extensions/, enable "Developer mode", and click "Load unpacked".
Select the folder where the extension was extracted.

After enabling developer mode and selecting "Load unpacked", I get this error:

Failed to load extension
File ~\Downloads\magic-copy-main
Error Manifest file is missing or unreadable
Unable to load manifest.

I've tried deleting, downloading and extracting the zip file again, but that didn't work. When loading unpacked I'm selecting the folder where the files were extracted, not the zip file.
I'm using Chrome version 112.0.5615.50 64 bits (latest).
Any ideas of what could be causing this?

@kevmo314
Copy link
Owner

kevmo314 commented Apr 7, 2023

Hi @JGCoelho thanks for trying it out! I made a mistake in the instructions, could you try the magic-copy.zip file in the latest release?

https://github.com/kevmo314/magic-copy/releases

I've updated the README as well, that's what I get for copying those instructions from somewhere else :)

@JGCoelho
Copy link
Author

JGCoelho commented Apr 7, 2023

Hi @kevmo314. I've downloaded the extension from the url you provided. It now appears as installed on my browser.

image

However, it produces an error. Clicking on the warning produces the following error message.

The default_popup file in the manifest doesn't exist. Confirm it exists and then reload the extension.

and the following lines are highlighted in a window:

"action": {
    "default_popup": "popup.html"
  },

I didn't tamper with the files inside the distribution. Reloading the extension or reopening Chrome doesn't help. If I try to use the plugin anyway the popup looks like this.
image

It says the file couldn't be accessed.

@jadedgnome
Copy link

jadedgnome commented Apr 8, 2023

there was a file called popup.html in the initial commit but it looks like a placeholder.

the extension works but clicking the icon should instruct users to right-click on images.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants