Snippets
Create and edit JavaScript code snippets, which are synced to all your computers
What is Snippets?
Snippets is a Chrome extension developed by Sidney Nemzer, and its main feature is "Create and edit JavaScript code snippets, which are synced to all your computers".
Extension Screenshots
Download Snippets Extension CRX File
Download Snippets extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
When you save a snippet, it's saved in a Github Gist, so your snippets are available on all of your computers (and https://gist.github.com). View the code on GitHub: https://github.com/SidneyNemzer/snippets
Extension Basic Information
Name | Snippets |
ID | fakjeijchchmicjllnabpdkclfkpbiag |
Official URL | https://chromewebstore.google.com/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag |
Description | Create and edit JavaScript code snippets, which are synced to all your computers |
File Size | 1.22 MB |
Installation Count | 3,711 |
Current Version | 2.4.0 |
Last Updated | 2021-05-11 |
Publish Date | 2019-11-04 |
Rating | 3.87/5 Total 15 Ratings |
Developer | Sidney Nemzer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/SidneyNemzer/snippets |
Help Page URL | https://github.com/SidneyNemzer/snippets/blob/master/docs/faq.md |
Privacy Policy Page URL | https://sidneynemzer.github.io/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "permissions": [ "storage" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "name": "Snippets", "description": "Create and edit JavaScript code snippets, which are synced to all your computers", "version": "2.4.0" } |