Skip to content

Instantly share code, notes, and snippets.

@chirag64
Created June 1, 2014 12:38
Show Gist options
  • Save chirag64/4084b9f6062db226b265 to your computer and use it in GitHub Desktop.
Save chirag64/4084b9f6062db226b265 to your computer and use it in GitHub Desktop.
JavaScript bookmarklet to download CRX file of a chrome extension
javascript:(function(){var extensionID=location.href.match(/\w{32}/g)[0];location.href="http://clients2.google.com/service/update2/crx?response=redirect&x="+escape("id%3D")+extensionID+escape("%26uc%26lang%3Den-US&prod=chrome");})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment