-
Notifications
You must be signed in to change notification settings - Fork 86
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
Migrating to new Chrome Apps API? #84
Comments
@abalter Since Codepad is a chrome app it would be very involved to migrate from Chrome App APIs to a Chrome Extension or PWA (progressive web app). Google does provide a table of the different APIs counterparts here to make the transition easier than it would be otherwise. The user @coder0107 has a fork where they are trying to convert it to a PWA. At this point though for most people I would recommend using VSCode Web because it has more features than the underlying editor (Ace) that Codepad uses. |
@coder0107git I apologize, Iwasn't aware of the difference between an app and an extension---CodePad installs from the extension store. Although, I was never able to actually get it to install--I always get this error: |
@abalter Are you using a Chromebook or a different device? |
Chrome browser. Is that the problem? |
It shouldn't be a problem since Codepad is designed for Google Chrome (it might work on other Chromium based browsers). Does the install error occur when you try to install other extensions (or apps) on Chrome? |
@abalter Can this be closed? |
Let me try to install it on chrome again and see what happens. |
and this is the details: So, the problem is that I'm trying to use it as an extension, but it is really an app. I don't even know how to use an app in Chrome. I assumed I could install it as a chrome extension from here: I tried removing it from chrome and then adding it again from that button, but get this error. |
@abalter Since I don't typically have great success with the Chrome Web Store, I don't think I would be much help with that. I usually just use crxextractor.com and then install it as an unpacked extension when the Chrome Web Store isn't working for me. |
@abalter I am also encountering the logged URL error in your second attached picture. I just usually clear that error and then it doesn't come back for a while. |
@coder0107git I know at one point I had downloaded the .crx, but now I can't remember. Now I can't even get it to download from the web store. |
The odd thing is I get the same error whenever I try to install anything from the Chrome Web Store on my Chromebook but it works perfectly fine on my Windows computer. |
Unfortunately, this extension uses APIs that are no longer supported. I'm running Version 107.0.5304.88 (Official Build) (64-bit) and it says this extension/app is no longer supported and won't run it.
For example,
Are there plans to migrate to the new system?
More information: https://developer.chrome.com/docs/extensions/whatsnew/
The text was updated successfully, but these errors were encountered: