3.9 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Andrew BeckFeb 5, 2024
Really useful. It syncs your snippets between browsers via Github Gists. For those saying they clicked on the icon and see nothing, that is correct, the extension is only accessed through the console. Option + ⌘ + J (on macOS), or Shift + CTRL + J (on Windows/Linux), you'll see the Snippets tab at the top of the dev tools pane.
SqualleJan 23, 2024
Does nothing. Installed, got the icon, clicking it gives me the context menu with "Snippets" but clicking that brings me to this page. Useless.
Addison MooreJul 8, 2020
Awesome extension! Just lost all my snippets from Chrome on my old computer. Wish I'd had this before. Reading through some of the older reviews it seems these issues have been fixed (Github integration, ES6 linting).
Jarrod WhitleyJan 28, 2020
Might be cool if it worked... When I try to save my token I get the error "Failed to load snippets. The gist ID xxxxxxxxxxxxx doesn't seem to exist. I've tried multiple times with different tokens. No dice, oh well.
SORE THUMB DEVNov 2, 2019
A great replacement to the jsShell extension. It's core feature (to me) is similar to something I was already working on - a jsShell extension that synced with your Google account data -- only BETTER. I like the idea of the Gist for sharing and just generally usability amongst developers. Nicely done! ** ...but, yes, would be nice to change Theme elements (i.e. font size in the editor, Snippet List, etc.) ;) I created a pull request with a simple font-size option in the settings.
Owen RoeMay 8, 2018
Was great before they added GitHub integration. Now they've completely gimped it. Uninstalled.
Andrew TaylorFeb 21, 2018
I really like this extension - it does what the native Chrome snippets should do. But I hope the UI gets a few changes. Mainly if the only way to run snippets will be from their kebab menu by the name it's too easy to accidentally click 'delete' and there's no confirmation and no way to undelete. I was just bit by this and it seems like there has to be a better way.
Gerbeck S.Aug 8, 2017
If you want this to be useful, disable the linter because it doesn't understand ES6 correctly. It also tried to enforce semicolons which is a sin. The other way that the linter cripples this extension is that it doesn't sync snippets that don't pass the linter--again--the linter itself is wrong. ES6 is standard in Chrome and even supports async/await.