Created
May 23, 2013 17:04
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.title-link').each(function() { console.log($(this).text()) }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't work in chromium-based browsers for now...