Giter Site home page Giter Site logo

Comments (29)

thom4parisot avatar thom4parisot commented on May 29, 2024 7

Thanks, that's a problem for sure.

I will try to have a look into it next week.

from crx.

arkon avatar arkon commented on May 29, 2024 6

@miguelespinoza I only found it after looking through the list of commits between the Chrome 72.x and Chrome 73.x releases. :(

from crx.

dchancogne avatar dchancogne commented on May 29, 2024 6

Any chance to get an official release now that it's merged?

from crx.

arkon avatar arkon commented on May 29, 2024 3

@miguelespinoza Chrome 73 requires the CRXs to be packed with the CRX3 header format, which #98 addresses. I'm hoping it's merged soon!

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024 3

Wow, @joscha quickly reviewed last changes and v5.0.0 is on npm now :)!

I hope i did not screw up anything while publishing 🤞 :).
It would be great if people could confirm that it works ok, so we can (finally) close this issue.

from crx.

MichalMeszaros avatar MichalMeszaros commented on May 29, 2024 2

Just info this can be marked as fixed tested it on my extension and correctly it can be installed on Canary and normal version of the Chrome

from crx.

xvilo avatar xvilo commented on May 29, 2024 2

Would like to see an official release so we can update packages :)

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024 1

I guess this should be marked as fixed now, right?
@th0rgall, @Mathieuu, @miguelespinoza can you confirm that latest master works OK now?

from crx.

oliv9286 avatar oliv9286 commented on May 29, 2024 1

omg please 🙏 still waiting for an official release

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024 1

@philmacdonald2 thanks for the info. If v5.0 from npm creates CRX that works in Chrome that's OK.

If Update Manifest does not work, new bug issue can be created.

Thanks everyone!

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024 1

@oncletom it may work, but i did not know about it and i added tag only after publishing to npm :(.

from crx.

Mathieuu avatar Mathieuu commented on May 29, 2024

Same problem

from crx.

miguelespinoza avatar miguelespinoza commented on May 29, 2024

Yup, I'm seeing that issue as well.

On Chrome version 73.0.3683.75 (Official Build) (64-bit)
Worked fine in Chrome version 72.0.3626.119 (Official Build) (64-bit)

@oncletom any idea what could be causing this? I did a general search and didn't find anything

from crx.

miguelespinoza avatar miguelespinoza commented on May 29, 2024

FYI, occurs in Google Canary Version 75.0.3737.0 (Official Build) canary (64-bit)

from crx.

miguelespinoza avatar miguelespinoza commented on May 29, 2024

Interesting, thanks @arkon. I ended up using Chromes package method
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --pack-extension=

Any release notes from Chromium that would have made this obvious?

from crx.

thom4parisot avatar thom4parisot commented on May 29, 2024

I'm hoping it's merged soon!
Chrome 73 requires the CRXs to be packed with the CRX3 header format

I made one comment in #98, to make the default value for the manifest version to be equal to 3 as it sounds like a saner default.

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024

Thanks for the info @MichalMeszaros!

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024

@oncletom can you close this in spare time?

from crx.

arkon avatar arkon commented on May 29, 2024

Might want to close this after a release is pushed out to NPM.

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024

Someone with rights to publish on npm is needed :).

cc @oncletom, @jed, @joscha

from crx.

xvilo avatar xvilo commented on May 29, 2024

Just added this as a git repo in with npm, make sure you use master. Then it's usable :D Please see PavelVanecek/gulp-crx#27 for example :P - And I then required that with the specific branch in my own project where I needed it to be working :'))))

from crx.

joscha avatar joscha commented on May 29, 2024

Someone with rights to publish on npm is needed :).
cc @oncletom, @jed, @joscha

Sorry, only have gh

from crx.

bvaughn avatar bvaughn commented on May 29, 2024

Just an FYI for folks asking for this to be released– this package on NPM just points to the source:
https://github.com/oncletom/crx/blob/d54145fb74067a44d5f3ab6123dc4b1b130f36ee/package.json#L12-L15

So you can install the updated version directly from GitHub, e.g. ef150e8

yarn add -D -- git+https://github.com/oncletom/crx#ef150e8

from crx.

Deliaz avatar Deliaz commented on May 29, 2024

I use the version from the master branch and it works well, thanks. But few modules (such as crx-webpack-plugin) depends on released version (which is 4.0.1 now).

Btw, for those who looking updated webpack wrapper: I have fork here: Deliaz/crx-webpack-plugin which points to the crx@master.

from crx.

kiastu avatar kiastu commented on May 29, 2024

@oncletom, @jed
Is there anything we can do to help speed the process of releasing on NPM?
Is there any blockers we can help with?

from crx.

jed avatar jed commented on May 29, 2024

@ahwayakchih, i've added you as an owner on npm.

from crx.

ahwayakchih avatar ahwayakchih commented on May 29, 2024

Thanks @jed! I'll prepare new release as soon as #105 and then next one with updated CHANGELOG #106 are is merged :).

from crx.

philmacdonald2 avatar philmacdonald2 commented on May 29, 2024

I can confirm it packs my extension in a usable format, but I don't deploy through the store - only through the ExtensionForceList

from crx.

thom4parisot avatar thom4parisot commented on May 29, 2024

@ahwayakchih did pushing a new git tag published a new npm release? I thought that was working 🤔 (thanks @jed for giving npm publishing permissions)

from crx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.