Skip to content

Instantly share code, notes, and snippets.

@RushOnline
Created May 23, 2013 17:04
Show Gist options
  • Save RushOnline/5637652 to your computer and use it in GitHub Desktop.
Save RushOnline/5637652 to your computer and use it in GitHub Desktop.
Take a list of installed gnome-shell extensions. Point your chromium broser to https://extensions.gnome.org/local/ , press Ctr+Shift+I to pop up developer tools, and enter following code.
$('.title-link').each(function() { console.log($(this).text()) })
@RushOnline
Copy link
Author

Don't work in chromium-based browsers for now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment