getoslash / oslash

OSlash is an open-source browser extension that lets you convert your URLs into simple, readable, and memorable shortcuts. Contact opensource@oslash.com for support
MIT License
106 stars 23 forks source link

Fails To Install on Mac | Resolved #9

Closed TribalHouse closed 10 months ago

TribalHouse commented 11 months ago

Error Details:

Failed to load extension File ~/Downloads/oslash-main Error Could not load icon 'icons/icon16.png' specified in 'action'. Could not load manifest.

murlx commented 11 months ago

Same issue on Windows also, Tried to reachout to them through email, But emailID doesn't exist 🥲

TribalHouse commented 11 months ago

Here is the fix:

  1. Open the downloaded OSlash folder.
  2. Find and move the icons folder out of the Public directory (if it's inside it) to the main directory, where manifest.json is.
  3. Your main directory should now include: An icons folder with icon16.png, icon32.png, icon48.png, icon128.png.
  4. Head to chrome://extensions/ in Chrome, turn on "Developer mode", and hit "Load unpacked".
  5. Select the updated main OSlash folder
PPKPK commented 10 months ago

Thanks, TribalHouse, for the moving icon folder advised. I can' load the unpacked now but seem like it isn't work when i click on the extension icon just nothing shown? I already disable the original extension already... Any ideas to make it works?

PPKPK commented 10 months ago

How to fix the extension is unable to work at all :( "Service worker registration failed. Status code: 11"

Screen Shot 2566-11-13 at 19 06 07

TribalHouse commented 10 months ago

How to fix the extension is unable to work at all :( "Service worker registration failed. Status code: 11"

Screen Shot 2566-11-13 at 19 06 07

To Fix this issue, you need to convert the files from TypeScript into JS as Chrome does not recognize TS.

I was able to recompile them into JS but I am still getting an error from the files.

I see @tanmay-d-shah has been assigned the task, hopefully we get a fix soon :)

PPKPK commented 10 months ago

How to fix the extension is unable to work at all :( "Service worker registration failed. Status code: 11" Screen Shot 2566-11-13 at 19 06 07

To Fix this issue, you need to convert the files from TypeScript into JS as Chrome does not recognize TS.

I was able to recompile them into JS but I am still getting an error from the files.

I see @tanmay-d-shah has been assigned the task, hopefully we get a fix soon :)

So is the GitHub project is really usable right now? Just bit complicate to set it up here.

tanmay-d-shah commented 10 months ago

Hi guys. I request you all to please download the zipped extension from releases for usage. Here is a video on how to do that: https://drive.google.com/file/d/1nPZqKjsDWJezidBEAS1R8fDgsb3AYWgg/view?usp=sharing

Let me know if the issue still persists. Thanks

naveenann commented 10 months ago

@PPKPK from the screenshot i can see that you are trying to load a .ts file, Can you try download the latest release from this link https://github.com/getoslash/oslash/releases/download/%40v1.1.0/oslash-chrome-extension.zip, Let us know if you still

TribalHouse commented 10 months ago

Hi guys. I request you all to please download the zipped extension from releases for usage. Here is a video on how to do that: https://drive.google.com/file/d/1nPZqKjsDWJezidBEAS1R8fDgsb3AYWgg/view?usp=sharing

Let me know if the issue still persists. Thanks

Thanks @tanmay-d-shah Its working now.